tor-browser

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

img.https.html.ini (657B)


      1 [img.https.html]
      2  prefs: [network.cookie.sameSite.noneRequiresSecure:true]
      3  expected:
      4    if (os == "mac") and not debug: [OK, TIMEOUT]
      5    if (os == "android") and fission: [OK, TIMEOUT]
      6  [Cross-site redirecting to same-host images are cross-site]
      7    expected: FAIL
      8 
      9  [Cross-site redirecting to subdomain images are cross-site]
     10    expected: FAIL
     11 
     12  [Cross-site images are cross-site]
     13    expected: FAIL
     14 
     15  [Same-host redirecting to cross-site images are cross-site]
     16    expected: FAIL
     17 
     18  [Subdomain redirecting to cross-site images are cross-site]
     19    expected: FAIL
     20 
     21  [Cross-site redirecting to cross-site images are cross-site]
     22    expected: FAIL