tor-browser

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

fetch.https.html.ini (794B)


      1 [fetch.https.html]
      2  expected:
      3    if (processor == "x86") and (os == "win") and not debug: ["OK", "TIMEOUT"]
      4  [Upgrade-Insecure-Requests: Expects blocked for fetch to same-https origin and downgrade redirection from https context.]
      5    expected:
      6      if (processor == "x86") and (os == "win") and not debug: ["PASS", "NOTRUN"]
      7 
      8  [Upgrade-Insecure-Requests: Expects blocked for fetch to same-http-downgrade origin and no-redirect redirection from https context.]
      9    expected:
     10      if (processor == "x86") and (os == "win") and not debug: ["PASS", "NOTRUN"]
     11 
     12  [Upgrade-Insecure-Requests: Expects blocked for fetch to same-http-downgrade origin and downgrade redirection from https context.]
     13    expected:
     14      if (processor == "x86") and (os == "win") and not debug: ["PASS", "TIMEOUT"]