feat(mullvad-browser): update config

This commit is contained in:
Felix Schröter 2023-04-17 12:38:06 +02:00
parent 2ab57e9051
commit 68853805c2
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -5,7 +5,13 @@ let
// (import ./firefoxAddons.nix { inherit pkgs lib; }); // (import ./firefoxAddons.nix { inherit pkgs lib; });
commonSettings = { commonSettings = {
# Disable private browsing mode and restoring sessions # Disable DNS over HTTPS (done system-wide)
# "network.trr.mode" = 5;
# Set Security Level Safest
# "browser.security_level.security_slider" = 1;
# Disable private browsing mode and enable restoring sessions
"browser.privatebrowsing.autostart" = false; "browser.privatebrowsing.autostart" = false;
"browser.startup.page" = 3; "browser.startup.page" = 3;
@ -13,11 +19,7 @@ let
"permissions.memory_only" = false; "permissions.memory_only" = false;
# Don't delete cookies & site data on restart # Don't delete cookies & site data on restart
"network.cookie.lifetimePolicy" = 0; # "network.cookie.lifetimePolicy" = 0;
# Allow push notifications
"dom.push.enabled" = true;
"dom.push.serverURL" = "wss://push.services.mozilla.com/";
}; };
commonExtensions = with firefox-addons; [ commonExtensions = with firefox-addons; [