Update 'user.js'

This commit is contained in:
Narsil 2022-04-11 12:21:04 +00:00
parent 3700689b49
commit 77c1bee32e
1 changed files with 4 additions and 3 deletions

View File

@ -896,9 +896,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]
// ------------------------------------- // -------------------------------------
@ -1198,6 +1195,10 @@ user_pref("app.update.background.scheduling.enabled", false);
// 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]
// -------------------------------------
// Test user.js in about:config // Test user.js in about:config
user_pref("_config.applied", true); user_pref("_config.applied", true);
// //