[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-102.12.0esr-12.5-1] fixup! Firefox preference overrides.

richard (@richard) git at gitlab.torproject.org
Wed Jun 21 14:57:16 UTC 2023



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
fixup! Firefox preference overrides.

Bug 41729: Fix screen readers on Windows

- - - - -


1 changed file:

- browser/app/profile/001-base-profile.js


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -503,6 +503,10 @@ pref("corroborator.enabled", false);
 // stop using .textContent.
 pref("intl.multilingual.liveReload", false);
 
+// tor-browser#41729: if it is false, web content is not accessible to screen
+// readers, at least on Windows.
+pref("accessibility.cache.enabled", true);
+
 // Onboarding.
 pref("browser.onboarding.tourset-version", 5);
 pref("browser.onboarding.newtour", "welcome,privacy,tor-network-9.0,circuit-display,security,expect-differences,onion-services,learn-more");



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/688d2c9fa17bbd61d5855eac9bf92e57a18f2f05

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/688d2c9fa17bbd61d5855eac9bf92e57a18f2f05
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230621/15c90f39/attachment.htm>


More information about the tor-commits mailing list