tor-browser

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

image.https.window.js.ini (343B)


      1 [image.https.window.html]
      2  [image cross-origin + anonymous]
      3    expected:
      4      if (os == "android") and not debug: [PASS, FAIL]
      5      if os == "linux": [PASS, FAIL]
      6 
      7  [image cross-origin + use-credentials]
      8    expected:
      9      if (os == "android") and not debug: PASS
     10      if os == "win": PASS
     11      if os == "mac": PASS
     12      [PASS, FAIL]