Update 'user.js'

This commit is contained in:
Narsil 2021-02-19 04:48:25 -05:00
parent 3636686637
commit 5f466c0164
1 changed files with 1 additions and 4 deletions

View File

@ -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", "");
// -------------------------------------