CSP: connect-src 'self' should always include https: and wss: schemes

This commit is contained in:
janekptacijarabaci 2017-08-25 10:38:52 +02:00 committed by Roy Tam
commit 96886141e1
8 changed files with 168 additions and 11 deletions

View file

@ -0,0 +1,7 @@
from mod_pywebsocket import msgutil
def web_socket_do_extra_handshake(request):
pass
def web_socket_transfer_data(request):
pass