mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
librewolf: disable more cleanOnShutdowns
This commit is contained in:
parent
486f13f266
commit
e4a38ac2e5
2 changed files with 10 additions and 4 deletions
|
@ -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))
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue