From 147dfb6fb87b7397f7b32bf5ed4ca800d4e864af Mon Sep 17 00:00:00 2001 From: Narsil Date: Sun, 27 Dec 2020 06:03:10 -0500 Subject: [PATCH] Update 'user.js' --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index f4c7a69..78a792d 100644 --- a/user.js +++ b/user.js @@ -880,7 +880,7 @@ user_pref("gfx.font_rendering.graphite.enabled", false); // ------------------------------------- // 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); +// user_pref("network.http.referer.trimmingPolicy", 0); // ------------------------------------- // Control when to send a referer // 0=always (default), 1=only if base domains match, 2=only if hosts match