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
|
"browser.uidensity" = 1; # more compact layout
|
||||||
"identity.fxaccounts.enabled" = true;
|
"identity.fxaccounts.enabled" = true;
|
||||||
"middlemouse.paste" = false;
|
"middlemouse.paste" = false;
|
||||||
"network.http.referer.XOriginPolicy" = 2;
|
|
||||||
"privacy.clearOnShutdown.history" = false;
|
"privacy.clearOnShutdown.history" = false;
|
||||||
"webgl.disabled" = false; # requires installing CanvasBlocker
|
"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
|
#"privacy.resistFingerprinting.letterboxing" = true; # quite annoying
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue