tor-browser

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

mochitest.toml (334B)


      1 [DEFAULT]
      2 tags = "inc-origin-init"
      3 support-files = ["helpers.js"]
      4 
      5 ["test_simpledb.html"]
      6 skip-if = [
      7  "http2",
      8  "http3",
      9 ]
     10 
     11 ["test_storage_manager_persist_allow.html"]
     12 fail-if = [
     13  "xorigin",
     14 ]
     15 scheme = "https"
     16 
     17 ["test_storage_manager_persist_deny.html"]
     18 scheme = "https"
     19 
     20 ["test_storage_manager_persisted.html"]
     21 scheme = "https"