2212: popup events

This commit is contained in:
Thorin-Oakenpants 2019-06-28 04:15:54 +00:00 committed by GitHub
parent 8f40c97fd1
commit 42281a9e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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