tor-browser

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

server-certificate-hashes.https.any.js.ini (572B)


      1 [server-certificate-hashes.https.any.sharedworker.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, CRASH]
      4 
      5 [server-certificate-hashes.https.any.html]
      6  expected:
      7    if (os == "mac") and not debug: [OK, CRASH]
      8  [Connection fails due to certificate hash mismatch]
      9    expected:
     10      if (processor == "x86") and debug: [PASS, FAIL]
     11 
     12 
     13 [server-certificate-hashes.https.any.serviceworker.html]
     14  expected:
     15    if (os == "mac") and not debug: [OK, ERROR]
     16 
     17 [server-certificate-hashes.https.any.worker.html]
     18  expected:
     19    if (os == "mac") and not debug: [OK, CRASH]