From 9eeb35c6b545a5184ac2e037fccf5e8339ac4c76 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 3 Dec 2018 07:19:11 +0000 Subject: [PATCH] remove a word --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index e05f363..dca519b 100644 --- a/user.js +++ b/user.js @@ -912,7 +912,7 @@ user_pref("network.http.referer.XOriginPolicy", 1); /* 1604: CROSS ORIGIN: 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", 0); -/* 1605: ALL: enforce disabling spoofing a referer +/* 1605: ALL: disable spoofing a referer * [WARNING] do not set this to true, as spoofing effectively disables the anti-CSRF * (Cross-Site Request Forgery) protections that some sites may rely on ***/ user_pref("network.http.referer.spoofSource", false); // default: false