tor-browser

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

bogus-charset-http-valid-meta.py (178B)


      1 def main(request, response):
      2  response.headers.set(b"Content-Type", b"text/html;charset=this-is-not-a-charset")
      3  # ยข
      4  response.content = b"<meta charset=windows-1251>\xA2\n"