From 42281a9e52211b4eab6b1fae8d7b0af3b9bb2910 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 28 Jun 2019 04:15:54 +0000 Subject: [PATCH] 2212: popup events --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");