summaryrefslogtreecommitdiffstats
path: root/debian/local
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:31:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:31:14 +0000
commit2da0626d34a5d826595b213cde51589f3f3972e8 (patch)
tree4e2745bb8c2f8bdd30d02c8a678520804f6eb5b9 /debian/local
parentuser.js: Enabling limiting events that can cause a pop-up. (diff)
downloadfirefox-2da0626d34a5d826595b213cde51589f3f3972e8.tar.xz
firefox-2da0626d34a5d826595b213cde51589f3f3972e8.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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index 8c2199b5d9..d0b5003feb 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -732,7 +732,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]
/*** [SECTION 5500]: OPTIONAL HARDENING
Not recommended. Overriding these can cause breakage and performance issues,