Pier Angelo Vendrame pushed to branch base-browser-115.5.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits: 2673b6cc by Pier Angelo Vendrame at 2023-11-21T09:40:06+01:00 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.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
===================================== browser/app/profile/001-base-profile.js ===================================== @@ -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);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2673b6cc...