diff --git a/user.js b/user.js index 85fe751..424f1a9 100644 --- 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);