librewolf: disable more cleanOnShutdowns

This commit is contained in:
LordMZTE 2024-06-14 10:47:42 +02:00
parent 486f13f266
commit e4a38ac2e5
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 10 additions and 4 deletions

View file

@ -8,4 +8,10 @@ defaultPref("browser.sessionstore.resume_from_crash", false);
// If enabled, fails with "Server is missing xdg_foreign support" on river and the GTK portal.
defaultPref("widget.use-xdg-desktop-portal.file-picker", 0);
["cache", "cookies", "history"].forEach(s => defaultPref(`privacy.clearOnShutdown.${s}`, false));
[
"cache", "cookies", "history", "offlineApps", "sessions"
].forEach(s => defaultPref(`privacy.clearOnShutdown.${s}`, false));
[
"cache", "cookiesAndStorage"
].forEach(s => defaultPref(`privacy.clearOnShutdown_v2.${s}`, false))

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1717786204,
"narHash": "sha256-4q0s6m0GUcN7q+Y2DqD27iLvbcd1G50T2lv08kKxkSI=",
"lastModified": 1718160348,
"narHash": "sha256-9YrUjdztqi4Gz8n3mBuqvCkMo4ojrA6nASwyIKWMpus=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "051f920625ab5aabe37c920346e3e69d7d34400e",
"rev": "57d6973abba7ea108bac64ae7629e7431e0199b6",
"type": "github"
},
"original": {