tor-browser

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

invalid_wsh.py (166B)


      1 #!/usr/bin/python
      2 
      3 def web_socket_do_extra_handshake(request):
      4    request.connection.write(b"FOO BAR BAZ\r\n\r\n")
      5 
      6 
      7 def web_socket_transfer_data(request):
      8    pass