diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:07:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:09:29 +0000 |
commit | ff29ed0c723bdcd366a67626e15c74e76110a802 (patch) | |
tree | 6824ec28196ecdbac320da8681378d78b7af445c /debian/local | |
parent | user.js: Disabling resist fingerprinting. (diff) | |
download | firefox-ff29ed0c723bdcd366a67626e15c74e76110a802.tar.xz firefox-ff29ed0c723bdcd366a67626e15c74e76110a802.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')
-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 84f72f25d6..6450cc8de9 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -715,7 +715,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] ***/ |