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

fixup! Firefox preference overrides.

Bug 41988: Wait to hide content titles.

Hiding content titles from window titles is a hard solution to the
possibly unlikely disk leak it could cause.
Therefore, we are waiting a little bit to actually enable it.
parent 545a9875
No related branches found
No related tags found
No related merge requests found
......@@ -90,8 +90,9 @@ pref("browser.pagethumbnails.capturing_disabled", true);
// 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);
// TODO: Enable again after more UX considerations.
// pref("privacy.exposeContentTitleInWindow", false);
// pref("privacy.exposeContentTitleInWindow.pbm", false);
// Empty clipboard content from private windows on exit (tor-browser#42154)
pref("browser.privatebrowsing.preserveClipboard", false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment