mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 16:00:26 +00:00
3 lines
101 B
Python
3 lines
101 B
Python
def main(request, response):
|
|
return "FAIL" if 'Sec-WebSocket-Key' in request.headers else "PASS"
|