tor-browser

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

browser.toml (368B)


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