Skip to content
Snippets Groups Projects
Verified Commit 82cd3538 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Firefox preference overrides.

Bug 41988: Do not expose page titles in winow title
parent 8d18c708
Branches
Tags
1 merge request!849Bug 42276: Rebase alpha onto 115.5.0esr
......@@ -86,6 +86,12 @@ 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);
// tor-browser#41988: Remove page titles from window titles to prevent possible
// disk leaks, e.g., in system logs.
// For example, it happened that GNOME shell logged the window name that caused
// JS errors/unexpected conditions for unrelated issues.
pref("privacy.exposeContentTitleInWindow", false);
pref("privacy.exposeContentTitleInWindow.pbm", false);
// 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