ma1 pushed to branch base-browser-115.5.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
030db1b1
by hackademix at 2023-11-16T16:14:56+01:00
1 changed file:
Changes:
| ... | ... | @@ -569,8 +569,6 @@ pref("extensions.abuseReport.enabled", false); | 
| 569 | 569 |  // Therefore, do not allow download of additional language packs. They are not a
 | 
| 570 | 570 |  // privacy/security threat, we are disabling them for UX reasons. See bug 41377.
 | 
| 571 | 571 |  pref("intl.multilingual.downloadEnabled", false);
 | 
| 572 | -// Disk activity: Disable storage.sync (tor-browser#41424)
 | |
| 573 | -pref("webextensions.storage.sync.enabled", false);
 | |
| 574 | 572 | |
| 575 | 573 |  // Enforce certificate pinning, see: https://bugs.torproject.org/16206
 | 
| 576 | 574 |  pref("security.cert_pinning.enforcement_level", 2);
 |