librewolf: Lower referer policy
This commit is contained in:
parent
178513a21b
commit
a5622c3653
|
@ -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
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue