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