tor-browser

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

browser.toml (297B)


      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 prefs = [
      9  # Required for the eval in invokeContentTask in shared-head.js
     10  "security.allow_eval_with_system_principal=true"
     11 ]
     12 
     13 ["browser_pivot.js"]