[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -90,8 +90,9 @@ pref("browser.pagethumbnails.capturing_disabled", true);
    90 90
     // disk leaks, e.g., in system logs.
    
    91 91
     // For example, it happened that GNOME shell logged the window name that caused
    
    92 92
     // JS errors/unexpected conditions for unrelated issues.
    
    93
    -pref("privacy.exposeContentTitleInWindow", false);
    
    94
    -pref("privacy.exposeContentTitleInWindow.pbm", false);
    
    93
    +// TODO: Enable again after more UX considerations.
    
    94
    +// pref("privacy.exposeContentTitleInWindow", false);
    
    95
    +// pref("privacy.exposeContentTitleInWindow.pbm", false);
    
    95 96
     
    
    96 97
     // Empty clipboard content from private windows on exit (tor-browser#42154)
    
    97 98
     pref("browser.privatebrowsing.preserveClipboard", false);
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits