mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 14:03:40 +02:00
remove 2403
default true since at least FF60
This commit is contained in:
parent
6d2340a429
commit
7e3c93451b
1 changed files with 1 additions and 3 deletions
4
user.js
4
user.js
|
@ -603,9 +603,6 @@ user_pref("media.eme.enabled", false);
|
||||||
user_pref("_user.js.parrot", "2400 syntax error: the parrot's kicked the bucket!");
|
user_pref("_user.js.parrot", "2400 syntax error: the parrot's kicked the bucket!");
|
||||||
/* 2402: prevent scripts from moving and resizing open windows ***/
|
/* 2402: prevent scripts from moving and resizing open windows ***/
|
||||||
user_pref("dom.disable_window_move_resize", true);
|
user_pref("dom.disable_window_move_resize", true);
|
||||||
/* 2403: block popup windows
|
|
||||||
* [SETTING] Privacy & Security>Permissions>Block pop-up windows ***/
|
|
||||||
user_pref("dom.disable_open_during_load", true);
|
|
||||||
/* 2404: limit events that can cause a popup [SETUP-WEB] ***/
|
/* 2404: limit events that can cause a popup [SETUP-WEB] ***/
|
||||||
user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
|
user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
|
||||||
|
|
||||||
|
@ -1052,6 +1049,7 @@ user_pref("extensions.webcompat-reporter.enabled", false); // [DEFAULT: false]
|
||||||
// user_pref("browser.ssl_override_behavior", "");
|
// user_pref("browser.ssl_override_behavior", "");
|
||||||
// user_pref("devtools.chrome.enabled", "");
|
// user_pref("devtools.chrome.enabled", "");
|
||||||
// user_pref("dom.disable_beforeunload", "");
|
// user_pref("dom.disable_beforeunload", "");
|
||||||
|
// user_pref("dom.disable_open_during_load", "");
|
||||||
// user_pref("extensions.formautofill.available", "");
|
// user_pref("extensions.formautofill.available", "");
|
||||||
// user_pref("extensions.formautofill.addresses.supported", "");
|
// user_pref("extensions.formautofill.addresses.supported", "");
|
||||||
// user_pref("extensions.formautofill.creditCards.available", "");
|
// user_pref("extensions.formautofill.creditCards.available", "");
|
||||||
|
|
Loading…
Add table
Reference in a new issue