tor-browser

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

accept-image-catchall-ref.html (208B)


      1 <!DOCTYPE html>
      2 <!--
      3 https://bugzilla.mozilla.org/show_bug.cgi?id=398066
      4 -->
      5 <html>
      6 <head>
      7  <title>Accept: header should include image/* catchall</title>
      8 </head>
      9 <body>
     10 <img src="green.png">
     11 </body>
     12 </html>