diff --git a/user.js b/user.js index c5c084c..155a597 100644 --- a/user.js +++ b/user.js @@ -977,7 +977,7 @@ user_pref("browser.link.open_newwindow.restriction", 0); * [SETTING] Privacy & Security>Permissions>Block pop-up windows ***/ user_pref("dom.disable_open_during_load", true); /* 2212: limit events that can cause a popup [SETUP-WEB] - * default is "change click dblclick mouseup pointerup notificationclick reset submit touchend contextmenu" + * default is "change click dblclick auxclick mouseup pointerup notificationclick reset submit touchend contextmenu" * [1] http://kb.mozillazine.org/Dom.popup_allowed_events ***/ user_pref("dom.popup_allowed_events", "click dblclick");