[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.5.0esr-13.5-1] fixup! Firefox preference overrides.

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Tue Nov 21 08:41:00 UTC 2023



Pier Angelo Vendrame pushed to branch mullvad-browser-115.5.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser


Commits:
6f725297 by Pier Angelo Vendrame at 2023-11-21T09:40:39+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/mullvad-browser/-/commit/6f725297ff2dff54066c2efa20bf61cd57f418f8

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/6f725297ff2dff54066c2efa20bf61cd57f418f8
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/tor-commits/attachments/20231121/a2a02149/attachment-0001.htm>


More information about the tor-commits mailing list