diff options
Diffstat (limited to 'dom/security/test/csp/file_websocket_self_wsh.py')
-rw-r--r-- | dom/security/test/csp/file_websocket_self_wsh.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/security/test/csp/file_websocket_self_wsh.py b/dom/security/test/csp/file_websocket_self_wsh.py new file mode 100644 index 000000000..5fe508a91 --- /dev/null +++ b/dom/security/test/csp/file_websocket_self_wsh.py @@ -0,0 +1,7 @@ +from mod_pywebsocket import msgutil
+
+def web_socket_do_extra_handshake(request):
+ pass
+
+def web_socket_transfer_data(request):
+ pass
|