tor-browser

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

img-png-mislabeled-as-html.sub.html (524B)


      1 <!DOCTYPE html>
      2 <!-- Test verifies that CORB won't block an image after sniffing determines
      3  that the text/html Content-Type response header doesn't match the response
      4  body.
      5 -->
      6 <meta charset="utf-8">
      7 <!-- Reference page uses same-origin resources, which are not CORB-eligible. -->
      8 <link rel="match" href="img-png-mislabeled-as-html.sub-ref.html">
      9 <!-- www1 is cross-origin, so the HTTP response is CORB-eligible -->
     10 <img src="http://{{domains[www1]}}:{{ports[http][0]}}/fetch/corb/resources/png-mislabeled-as-html.png">