schizofox.nix: fix deprecated sanitizeOnShutdown

This commit is contained in:
Charlie Root 2024-10-29 11:44:16 +01:00
commit 4b89247120
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -160,7 +160,7 @@ in {
}; };
security = { security = {
sanitizeOnShutdown = false; sanitizeOnShutdown.enable = false;
sandbox = false; sandbox = false;
noSessionRestore = false; noSessionRestore = false;
userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0"; userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0";