librewolf: Lower referer policy

This commit is contained in:
Simon Bruder 2023-12-15 17:43:05 +01:00
parent 178513a21b
commit a5622c3653
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -18,10 +18,10 @@ lib.mkIf nixosConfig.sbruder.gui.enable {
"browser.uidensity" = 1; # more compact layout
"identity.fxaccounts.enabled" = true;
"middlemouse.paste" = false;
"network.http.referer.XOriginPolicy" = 2;
"privacy.clearOnShutdown.history" = false;
"webgl.disabled" = false; # requires installing CanvasBlocker
#"network.http.referer.XOriginPolicy" = 2; # breaks sites that include images from restrictive sources
#"privacy.resistFingerprinting.letterboxing" = true; # quite annoying
};
};