summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-07-03 14:16:00 +0200
committerQuentin Aristote <quentin@aristote.fr>2022-07-03 14:16:00 +0200
commitbb7405bb6638fad227686d66901212c7dd62aa96 (patch)
tree3dbd42b2d52494516e848d2de6f30ef35198a72c /home
parent12fe0cc2cd58b85b1b0a6b7c7c828ffd72d33ea3 (diff)
home: firefox: user.js: update to v102
Diffstat (limited to 'home')
-rw-r--r--home/config/firefox/default.nix3
-rw-r--r--home/pkgs/firefoxPackages/default.nix4
2 files changed, 2 insertions, 5 deletions
diff --git a/home/config/firefox/default.nix b/home/config/firefox/default.nix
index fce1217..0382213 100644
--- a/home/config/firefox/default.nix
+++ b/home/config/firefox/default.nix
@@ -20,8 +20,6 @@ let
"dom.battery.enabled" = false; # 2502
"dom.vr.enabled" = false; # 2520
"permissions.default.xr" = 2; # 2521
- "privacy.clearOnShutdown.offlineApps" = true; # 2811
- "privacy.clearOnShutdown.cookies" = true; # 2811
"privacy.clearOnShutdown.siteSettings" = true; # 2811
# Personal
@@ -92,7 +90,6 @@ in {
"privacy.clearOnShutdown.cookies" = false;
"privacy.clearOnShutdown.siteSettings" = false;
"privacy.clearOnShutdown.offlineApps" = false;
- "network.cookie.lifetimePolicy" = 0;
"privacy.resistFingerprinting" = false; # Netflix is whining
};
userChrome = userchrome-treestyletabs;
diff --git a/home/pkgs/firefoxPackages/default.nix b/home/pkgs/firefoxPackages/default.nix
index 9777aff..3d1e641 100644
--- a/home/pkgs/firefoxPackages/default.nix
+++ b/home/pkgs/firefoxPackages/default.nix
@@ -8,7 +8,7 @@ in {
};
arkenfox-userjs = pkgs.fetchurl {
url =
- "https://raw.githubusercontent.com/arkenfox/user.js/1a899966a911dc2b69a808095ac7836bef5e214b/user.js";
- sha256 = "sha256:Du1ia7BGeonko3BAwHuIvVsMr3vTc0jBoa6i9VqiYdU=";
+ "https://raw.githubusercontent.com/arkenfox/user.js/ceacc9dd74086478d43ccf3a4f0bd5befda53a43/user.js";
+ sha256 = "sha256:1Gkv8YcFvutNNa/eFQbe+RTSFatTE6uGlfPtzOIPtQI=";
};
}