summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:54:17 +0000
commitc06cfe12cbd3afa1c8dd15f7094238ad3785d0a8 (patch)
tree6e46f2f3f116c52cb0b71dc103421b75dd8faed3 /debian
parentuser.js: Disabling location bar using search. (diff)
downloadfirefox-esr-c06cfe12cbd3afa1c8dd15f7094238ad3785d0a8.tar.xz
firefox-esr-c06cfe12cbd3afa1c8dd15f7094238ad3785d0a8.zip
user.js: Enabling limiting events that can cause a pop-up.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 55a135c12d..aa7d79c5b6 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] ***/