tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

browser.toml (404B)


      1 [DEFAULT]
      2 subsuite = "a11y"
      3 support-files = [
      4  "head.js",
      5  "!/accessible/tests/browser/shared-head.js",
      6  "!/accessible/tests/mochitest/*.js",
      7  "!/accessible/tests/browser/*.mjs",
      8 ]
      9 prefs = [
     10  # Required for the eval in invokeContentTask in shared-head.js
     11  "security.allow_eval_with_system_principal=true"
     12 ]
     13 
     14 ["browser_computedARIARole.js"]
     15 
     16 ["browser_minimumRole.js"]
     17 
     18 ["browser_roles_generic.js"]