Update 'user.js'

This commit is contained in:
Narsil 2022-04-11 12:22:24 +00:00
parent 93cc458194
commit 66ae210aba
1 changed files with 5 additions and 4 deletions

View File

@ -864,9 +864,6 @@ user_pref("services.blocklist.gfx.signer", "");
// Enforce no referer spoofing // Enforce no referer spoofing
user_pref("network.http.referer.spoofSource", true); // [DEFAULT: false] user_pref("network.http.referer.spoofSource", true); // [DEFAULT: false]
// ------------------------------------- // -------------------------------------
// Enforce CSP (Content Security Policy)
user_pref("security.csp.enable", true); // [DEFAULT: true]
// -------------------------------------
// Enforce a security delay on some confirmation dialogs such as install, open/save // Enforce a security delay on some confirmation dialogs such as install, open/save
user_pref("security.dialog_enable_delay", 1000); // [DEFAULT: 1000] user_pref("security.dialog_enable_delay", 1000); // [DEFAULT: 1000]
// ------------------------------------- // -------------------------------------
@ -1150,4 +1147,8 @@ user_pref("app.update.background.scheduling.enabled", false);
// FF97 // FF97
// Onions - replaced by new "allowlist" // Onions - replaced by new "allowlist"
// user_pref("dom.securecontext.whitelist_onions", true); // user_pref("dom.securecontext.whitelist_onions", true);
// //
// FF99
// Enforce CSP (Content Security Policy)
user_pref("security.csp.enable", true); // [DEFAULT: true]
//