tor-browser

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

no-store.html (231B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <meta charset='utf-8'>
      5    <title>Favicon Test for Cache-Control: no-store</title>
      6    <link rel="icon" type="image/png" href="no-store.png" />
      7  </head>
      8  <body>
      9    Favicon!!
     10  </body>
     11 </html>