Update 'user.js'
This commit is contained in:
parent
3636686637
commit
5f466c0164
5
user.js
5
user.js
|
@ -520,7 +520,7 @@ user_pref("browser.link.open_newwindow.restriction", 0);
|
|||
user_pref("dom.disable_open_during_load", true);
|
||||
// -------------------------------------
|
||||
// Limit events that can cause a popup [SETUP-WEB]
|
||||
user_pref("dom.popup_allowed_events", "click dblclick");
|
||||
user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// WEB WORKERS
|
||||
|
@ -617,9 +617,6 @@ user_pref("devtools.chrome.enabled", false);
|
|||
// Disable middle mouse click opening links from clipboard
|
||||
user_pref("middlemouse.contentLoadURL", false);
|
||||
// -------------------------------------
|
||||
// Limit HTTP redirects (this does not control redirects with HTML meta tags or JS)
|
||||
user_pref("network.http.redirection-limit", 10);
|
||||
// -------------------------------------
|
||||
// Remove special permissions for certain mozilla domains
|
||||
user_pref("permissions.manager.defaultsUrl", "");
|
||||
// -------------------------------------
|
||||
|
|
Loading…
Reference in New Issue