diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:44 +0000 |
commit | 67af82bae680b028479dc1c35aacd717b27a68ea (patch) | |
tree | f4b9f025b66162e1a180d2a9bd2bcbcc9535b1b0 | |
parent | user.js: Enabling limiting events that can cause a pop-up. (diff) | |
download | firefox-67af82bae680b028479dc1c35aacd717b27a68ea.tar.xz firefox-67af82bae680b028479dc1c35aacd717b27a68ea.zip |
user.js: Disabling page thumbnail collection.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 0177997151..810b6294e5 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -745,7 +745,7 @@ user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow /* 5018: limit events that can cause a pop-up ***/ user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown"); /* 5019: disable page thumbnail collection ***/ - // user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF] +user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF] /* 5020: disable Windows native notifications and use app notications instead [FF111+] [WINDOWS] ***/ // user_pref("alerts.useSystemBackend.windows.notificationserver.enabled", false); /* 5021: disable location bar using search |