diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-07 17:34:43 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-07 17:34:43 -0500 |
commit | ee3fe3dcd8a0a8fcd3c02376b0d8cca139e4789c (patch) | |
tree | feb539aa323418f3aead6a0b07852c0be2d868ce /nix | |
parent | remove nixpkgs config in homemanager (deprecated) (diff) | |
download | dotfiles-nix-ee3fe3dcd8a0a8fcd3c02376b0d8cca139e4789c.tar.gz dotfiles-nix-ee3fe3dcd8a0a8fcd3c02376b0d8cca139e4789c.tar.bz2 dotfiles-nix-ee3fe3dcd8a0a8fcd3c02376b0d8cca139e4789c.zip |
fix firefox policy
Diffstat (limited to 'nix')
-rw-r--r-- | nix/programs/firefox/policy.nix | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/nix/programs/firefox/policy.nix b/nix/programs/firefox/policy.nix index 0d090cc..07d454c 100644 --- a/nix/programs/firefox/policy.nix +++ b/nix/programs/firefox/policy.nix @@ -97,16 +97,7 @@ }; # Save All on Shutdown - SanitizeOnShutdown = { - Cache = false; - Cookies = false; - Downloads = false; - Histroy = false; - Sessions = false; - SiteSettings = false; - OfflineApps = false; - Locked = true; - }; + SanitizeOnShutdown = false; # Popups PopupBlocking = { |