forked from d3cim/mobile_user.js
Update 'user.js'
This commit is contained in:
parent
3700689b49
commit
77c1bee32e
7
user.js
7
user.js
|
@ -896,9 +896,6 @@ user_pref("services.blocklist.gfx.signer", "");
|
|||
// Enforce no referer spoofing
|
||||
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
|
||||
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"
|
||||
// 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
|
||||
user_pref("_config.applied", true);
|
||||
//
|
Loading…
Reference in New Issue