Pier Angelo Vendrame pushed to branch tor-browser-115.5.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
ab140704
by Pier Angelo Vendrame at 2023-11-21T09:06:07+01:00
1 changed file:
Changes:
| ... | ... | @@ -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);
 |