mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-11 07:42:00 +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"
|