mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
CSP: connect-src 'self' should always include https: and wss: schemes
This commit is contained in:
parent
ee67abc801
commit
96886141e1
8 changed files with 168 additions and 11 deletions
7
dom/security/test/csp/file_websocket_self_wsh.py
Normal file
7
dom/security/test/csp/file_websocket_self_wsh.py
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue