diff --git a/_includes/sections/browser-tweaks.html b/_includes/sections/browser-tweaks.html index 3735e14e..90b0faf8 100644 --- a/_includes/sections/browser-tweaks.html +++ b/_includes/sections/browser-tweaks.html @@ -52,16 +52,14 @@
network.cookie.cookieBehavior = 1
- Disable cookies + Disable cookies. 2 is likely to break some sites. 4 is the default default. 1 is more strict than 4.
- -
network.http.referer.XOriginPolicy = 2
Only send Referer header when the full hostnames match. (Note: if you notice significant breakage, you might try 1 combined with an XOriginTrimmingPolicy tweak below.) Source