Skip to content
Snippets Groups Projects
Verified Commit 688d2c9f authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Firefox preference overrides.

Bug 41729: Fix screen readers on Windows
parent 4698c04a
1 merge request!687Bug 41729: Enable accessibility cache
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment