tor-browser

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

blank.py (120B)


      1 def main(request, response):
      2    return [(b"Content-Type", b"text/html; charset=%s" % (request.GET[b'encoding']))], u""