[tbb-commits] [Git][tpo/applications/tor-browser][base-browser-115.5.0esr-13.5-1] fixup! Firefox preference overrides.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Tue Nov 21 08:40:25 UTC 2023
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/2673b6cc417b8627027eacbdb9fbc3c2565b36fe
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2673b6cc417b8627027eacbdb9fbc3c2565b36fe
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/20231121/9e90ad20/attachment.htm>
More information about the tbb-commits
mailing list