[tbb-commits] [Git][tpo/applications/tor-browser][base-browser-102.7.0esr-12.5-1] fixup! Firefox preference overrides.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Mon Jan 30 13:13:49 UTC 2023
Pier Angelo Vendrame pushed to branch base-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
073b5c5d by Pier Angelo Vendrame at 2023-01-30T13:13:30+00:00
fixup! Firefox preference overrides.
Bug 41595: Disable page thumbnails
(cherry picked from commit 31831ff2e86470fced54745acc28fd0cbfcea23e)
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -55,6 +55,9 @@ pref("media.memory_cache_max_size", 16384);
// Disable restore in case of crash (tor-browser#41503)
// This should not be needed in PBM, but we added it anyway like other options.
pref("browser.sessionstore.resume_from_crash", false);
+// Disable capturing thumbnails (tor-browser#41595)
+// Also not needed in PBM at the moment.
+pref("browser.pagethumbnails.capturing_disabled", true);
// Enable HTTPS-Only mode (tor-browser#19850)
pref("dom.security.https_only_mode", true);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/073b5c5d04facfaff7d52ff089e6b2f8e1354b04
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/073b5c5d04facfaff7d52ff089e6b2f8e1354b04
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230130/be9c0dcb/attachment-0001.htm>
More information about the tbb-commits
mailing list