summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:26:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:26:20 +0000
commit7c75bc40475c499925b71893d6b199f65163efb3 (patch)
tree73c482c9e5fd558c3f8d5e49c5afc505f4ba4859
parentuser.js: Re-disabling location bar using search. (diff)
downloadfirefox-esr-7c75bc40475c499925b71893d6b199f65163efb3.tar.xz
firefox-esr-7c75bc40475c499925b71893d6b199f65163efb3.zip
user.js: Re-enabling limiting events that can cause a pop-up.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/pref/user.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index b1115dfa02..9e92409391 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -710,7 +710,7 @@ user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow
// user_pref("extensions.formautofill.addresses.enabled", false); // [FF55+]
// user_pref("extensions.formautofill.creditCards.enabled", false); // [FF56+]
/* 5018: limit events that can cause a pop-up ***/
- // user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
+user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
/* 5019: disable page thumbnail collection ***/
// user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF]
/* 5020: disable Windows native notifications and use app notications instead [FF111+] [WINDOWS] ***/