tor-browser

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

check.py (104B)


      1 def main(request, response):
      2    return b"FAIL" if b'Sec-WebSocket-Key' in request.headers else b"PASS"