mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-21 08:06:47 -04:00
2684: security delay ref
This commit is contained in:
parent
40e701fc22
commit
52fc6dfbe4
3
user.js
3
user.js
@ -1207,7 +1207,8 @@ user_pref("extensions.autoDisableScopes", 15); // [DEFAULT: 15]
|
||||
/* 2680: enable CSP (Content Security Policy)
|
||||
* [1] https://developer.mozilla.org/docs/Web/HTTP/CSP ***/
|
||||
user_pref("security.csp.enable", true); // [DEFAULT: true]
|
||||
/* 2684: enforce a security delay on some confirmation dialogs such as install, open/save ***/
|
||||
/* 2684: enforce a security delay on some confirmation dialogs such as install, open/save
|
||||
* [1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0762 ***/
|
||||
user_pref("security.dialog_enable_delay", 700);
|
||||
|
||||
/*** [SECTION 2700]: PERSISTENT STORAGE
|
||||
|
Loading…
x
Reference in New Issue
Block a user