[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -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");
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits