tor-browser

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

download-isvalid.html (209B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>valid download</title>
      4 <map name=bar><area download>foo</map><!-- empty download -->
      5 <map name=bar><area download=baz>foo</map><!-- arbitrary value for download -->