tor-browser

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

bad-br-body.py (113B)


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