index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
web-platform
/
tests
/
websockets
/
security
/
check.py
blob: f1414376dcf165ab1c7da18a6f5856796dfec2c2 (
plain
)
1
2
def main(request, response): return "FAIL" if 'Sec-WebSocket-Key' in request.headers else "PASS"