tor-browser

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

browser.toml (510B)


      1 [DEFAULT]
      2 subsuite = "a11y"
      3 support-files = [
      4  "head.js",
      5  "!/accessible/tests/browser/shared-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_content_tree.js"]
     14 
     15 ["browser_hidden_iframe.js"]
     16 https_first_disabled = true
     17 
     18 ["browser_nested_iframe.js"]
     19 
     20 ["browser_reframe_root.js"]
     21 
     22 ["browser_reframe_visibility.js"]
     23 
     24 ["browser_src_change.js"]
     25 
     26 ["browser_take_focus.js"]