From 8a67a6faf2636eb9a5a67aa5de6a6273b669873c Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Fri, 16 Oct 2020 03:46:04 +0000 Subject: [PATCH] Fixes for #1704 --- _includes/sections/browser-tweaks.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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