1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-16 21:38:46 +00:00
Files
UXP/testing/web-platform/tests/websockets/security/check.py
T

3 lines
101 B
Python

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