tor-browser

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

win-1252-xml.py (158B)


      1 def main(request, response):
      2    headers = [(b"Content-type", b"application/xml;charset=windows-1252")]
      3    content = b'<\xff/>'
      4 
      5    return headers, content