diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:31:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:31:10 +0000 |
commit | d5a61c2193dd575bfa0d0eadc52200fb33750502 (patch) | |
tree | fbf993560a64d11b2cf72564d741fbb2de67f33b /debian/local/pref | |
parent | user.js: Disabling resist fingerprinting. (diff) | |
download | firefox-d5a61c2193dd575bfa0d0eadc52200fb33750502.tar.xz firefox-d5a61c2193dd575bfa0d0eadc52200fb33750502.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/local/pref')
-rw-r--r-- | debian/local/pref/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index 09f2e02c1d..8c2199b5d9 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -730,7 +730,7 @@ user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow // user_pref("extensions.formautofill.creditCards.enabled", false); // [FF56+] // user_pref("extensions.formautofill.heuristics.enabled", false); // [FF55+] /* 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] |