From 704c315fd8dd8b62e30d2f5add2250b12e0ad8f9 Mon Sep 17 00:00:00 2001 From: Narsil Date: Sun, 27 Dec 2020 06:00:45 -0500 Subject: [PATCH] Update 'user.js' --- user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user.js b/user.js index 98a45ef..f4c7a69 100644 --- a/user.js +++ b/user.js @@ -876,11 +876,11 @@ user_pref("gfx.font_rendering.graphite.enabled", false); // >>>>>>>>>>>>>>>>>>>>> // Control when images/links send a referer // 0=never, 1=send only when links are clicked, 2=for links and images (default) ***/ -// user_pref("network.http.sendRefererHeader", 2); // [DEFAULT: 2] +// user_pref("network.http.sendRefererHeader", 2); // ------------------------------------- // Control the amount of information to send // 0=send full URI (default), 1=scheme+host+port+path, 2=scheme+host+port ***/ -user_pref("network.http.referer.trimmingPolicy", 2); // [DEFAULT: 0] +user_pref("network.http.referer.trimmingPolicy", 2); // ------------------------------------- // Control when to send a referer // 0=always (default), 1=only if base domains match, 2=only if hosts match @@ -889,7 +889,7 @@ user_pref("network.http.referer.XOriginPolicy", 2); // ------------------------------------- // Control the amount of information to send [FF52+] // 0=send full URI (default), 1=scheme+host+port+path, 2=scheme+host+port ***/ -user_pref("network.http.referer.XOriginTrimmingPolicy", 2); // [DEFAULT: 0] +user_pref("network.http.referer.XOriginTrimmingPolicy", 2); // ------------------------------------- // Disable spoofing a referer // [WARNING] Do not set this to true, as spoofing effectively disables the anti-CSRF