diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:18 +0000 |
commit | f7ee1de419f342ba6f20ac2cf0fb0da5887f99d6 (patch) | |
tree | 4d42aa5ab19821b7c47e7cae64ba848b7423aee6 /debian/local | |
parent | user.js: Enabling limiting events that can cause a pop-up. (diff) | |
download | firefox-esr-f7ee1de419f342ba6f20ac2cf0fb0da5887f99d6.tar.xz firefox-esr-f7ee1de419f342ba6f20ac2cf0fb0da5887f99d6.zip |
user.js: Disabling page thumbnail collection.
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 aa7d79c5b6..d5f80c7e45 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -712,7 +712,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 |