From 90c76c4768622363ef1b5e024ebd4b49ee4eeaea Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:07:08 +0200 Subject: user.js: Disabling page thumbnail collection. Signed-off-by: Daniel Baumann --- debian/local/pref/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/local') diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index 6450cc8de9..e663f4e111 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -717,7 +717,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 -- cgit v1.2.3