tor-browser

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

mochitest.toml (291B)


      1 [DEFAULT]
      2 support-files = ["frame_credman_iframes.html"]
      3 scheme = "https"
      4 
      5 ["test_credman_empty_option.html"]
      6 
      7 ["test_credman_iframes.html"]
      8 skip-if = [
      9  "http2",
     10  "http3",
     11  "os == 'win' && os_version == '10.2009' && arch == 'x86_64'", # Bug 1718296
     12  "xorigin", # Application time out
     13 ]