user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 82bb3f987de619ccd61b1577d0fbb9e80675b76c
parent a35a616de7e10b6fa37bd42a134659d2054cffc5
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon,  8 Feb 2021 07:20:06 +0000

2604, closes #1111
Diffstat:
Muser.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -1119,8 +1119,7 @@ user_pref("beacon.enabled", false); /* 2603: remove temp files opened with an external application * [1] https://bugzilla.mozilla.org/302433 ***/ user_pref("browser.helperApps.deleteTempFileOnExit", true); -/* 2604: disable page thumbnail collection - * look in profile/thumbnails directory - you may want to clean that out ***/ +/* 2604: disable page thumbnail collection ***/ user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF] /* 2606: disable UITour backend so there is no chance that a remote page can use it ***/ user_pref("browser.uitour.enabled", false);