tor-browser

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

browser.toml (1476B)


      1 [DEFAULT]
      2 tags = "psm"
      3 support-files = [
      4  "*.pem",
      5  "head.js",
      6  "hsts_headers.sjs",
      7  "hsts_headers_framed.html",
      8  "some_content.html",
      9  "some_content_framed.html",
     10  "browser_clientAuth_speculative_connection.html"
     11 ]
     12 
     13 ["browser_HSTS.js"]
     14 https_first_disabled = true
     15 
     16 ["browser_add_exception_dialog.js"]
     17 
     18 ["browser_bug627234_perwindowpb.js"]
     19 
     20 ["browser_certViewer.js"]
     21 
     22 ["browser_certificateManager.js"]
     23 
     24 ["browser_clientAuthRememberService.js"]
     25 skip-if = [
     26  "verify-standalone",
     27 ]
     28 
     29 ["browser_clientAuth_connection.js"]
     30 # Any test that has to delete certificates (e.g. as part of cleanup) is
     31 # fundamentally incompatible with verify due to how NSS handles deleting
     32 # certificates.
     33 skip-if = [
     34  "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && debug && msix && verify-standalone",
     35  "socketprocess_networking",
     36 ]
     37 
     38 ["browser_clientAuth_fetch_from_extension.js"]
     39 
     40 ["browser_clientAuth_speculative_connection.js"]
     41 skip-if = [
     42  "socketprocess_networking",
     43 ]
     44 
     45 ["browser_clientAuth_ui.js"]
     46 
     47 ["browser_deleteCert_ui.js"]
     48 
     49 ["browser_downloadCert_ui.js"]
     50 
     51 ["browser_editCACertTrust.js"]
     52 # An earlier attempt at landing this test resulted in frequent intermittent
     53 # failures, almost entirely on Linux. See Bug 1309519.
     54 skip-if = [
     55  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'",
     56 ]
     57 
     58 ["browser_exportP12_passwordUI.js"]
     59 
     60 ["browser_loadPKCS11Module_ui.js"]
     61 
     62 ["browser_setDisableAllSecurityChecksAndLetAttackersInterceptMyData.js"]