tor-browser

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

bad-zstd-body.py (117B)


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