tor-browser

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

bad-gzip-body.py (117B)


      1 def main(request, response):
      2    headers = [(b"Content-Encoding", b"gzip")]
      3    return headers, b"not actually gzip"