Update 'user.js'

This commit is contained in:
Narsil 2021-09-01 08:44:43 +00:00
parent 4d93347a7b
commit 7710653c36
1 changed files with 1 additions and 1 deletions

View File

@ -1468,7 +1468,7 @@ user_pref("services.settings.security.onecrl.bucket", "");
user_pref("services.settings.security.onecrl.collection", "");
user_pref("services.settings.security.onecrl.signer", "");
// -------------------------------------
// Rnforce no referer spoofing
// Enforce no referer spoofing
// [WHY] Spoofing can affect CSRF (Cross-Site Request Forgery) protections
user_pref("network.http.referer.spoofSource", false); // [DEFAULT: false]
// -------------------------------------