tor-browser

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

img-png-unlabeled.sub.html (425B)


      1 <!DOCTYPE html>
      2 <!-- Test verifies that ORB allows an unlabeled cross-origin image after sniffing. -->
      3 <meta charset="utf-8">
      4 <!-- Reference page uses same-origin resources, which are not ORB-eligible. -->
      5 <link rel="match" href="img-png-unlabeled.sub-ref.html">
      6 <!-- www1 is cross-origin, so the HTTP response is ORB-eligible -->
      7 <img src="http://{{domains[www1]}}:{{ports[http][0]}}/fetch/orb/resources/png-unlabeled.png">