richard pushed to branch tor-browser-102.12.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
688d2c9f
by Pier Angelo Vendrame at 2023-06-20T18:02:53+02:00
1 changed file:
Changes:
... | ... | @@ -503,6 +503,10 @@ pref("corroborator.enabled", false); |
503 | 503 | // stop using .textContent.
|
504 | 504 | pref("intl.multilingual.liveReload", false);
|
505 | 505 | |
506 | +// tor-browser#41729: if it is false, web content is not accessible to screen
|
|
507 | +// readers, at least on Windows.
|
|
508 | +pref("accessibility.cache.enabled", true);
|
|
509 | + |
|
506 | 510 | // Onboarding.
|
507 | 511 | pref("browser.onboarding.tourset-version", 5);
|
508 | 512 | pref("browser.onboarding.newtour", "welcome,privacy,tor-network-9.0,circuit-display,security,expect-differences,onion-services,learn-more");
|