tor-browser

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

port-blocking.https.window.js.ini (1024B)


      1 [port-blocking.https.window.html]
      2  expected:
      3    if (os == "mac") and debug: ["OK", "TIMEOUT"]
      4    if (os == "linux"): ["OK", "TIMEOUT"]
      5  [fetch to default https port should register ok]
      6    expected: FAIL
      7 
      8  [fetch to default http port should register ok]
      9    expected: FAIL
     10 
     11  [fetch to port 443 should register ok]
     12    expected:
     13      if (os == "linux") and not debug: ["FAIL", "TIMEOUT"]
     14      FAIL
     15 
     16  [fetch to port 80 should register ok, even over https]
     17    expected:
     18      if (os == "linux") and debug: ["FAIL", "TIMEOUT"]
     19      if (os == "linux") and not debug: ["FAIL", "NOTRUN"]
     20      if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
     21      FAIL
     22 
     23  [fetch to non-default non-bad port (8080) should register ok]
     24    expected:
     25      if (os == "mac") and debug: ["FAIL", "NOTRUN"]
     26      if (os == "linux"): ["FAIL", "NOTRUN"]
     27      FAIL
     28 
     29  [fetch to bad port (SMTP) should reject]
     30    expected:
     31      if (os == "mac") and debug: ["FAIL", "TIMEOUT", "NOTRUN"]
     32      if (os == "linux"): ["FAIL", "NOTRUN"]
     33      FAIL