schizofox.nix: fix deprecated sanitizeOnShutdown
This commit is contained in:
parent
36843b8789
commit
4b89247120
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue