Skip to content
Snippets Groups Projects
Commit 073b5c5d authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Firefox preference overrides.

Bug 41595: Disable page thumbnails


(cherry picked from commit 31831ff2)
parent de007ee5
No related merge requests found
......@@ -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);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment