mirror of
https://github.com/voideditor/void
synced 2026-05-23 01:18:25 +00:00
remove connect-src * that was introduced in testing
This commit is contained in:
parent
5807c94a61
commit
2f26b34a96
10 changed files with 1 additions and 10 deletions
|
|
@ -25,7 +25,6 @@
|
|||
connect-src
|
||||
'self'
|
||||
https:
|
||||
*
|
||||
;
|
||||
font-src
|
||||
'self'
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
connect-src
|
||||
'self'
|
||||
https:
|
||||
*
|
||||
;
|
||||
font-src
|
||||
'self'
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
connect-src
|
||||
'self'
|
||||
https:
|
||||
*
|
||||
;
|
||||
font-src
|
||||
'self'
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
connect-src
|
||||
'self'
|
||||
https:
|
||||
*
|
||||
;
|
||||
font-src
|
||||
'self'
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
'self'
|
||||
https:
|
||||
ws:
|
||||
*
|
||||
;
|
||||
font-src
|
||||
'self'
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
'self'
|
||||
https:
|
||||
ws:
|
||||
*
|
||||
;
|
||||
font-src
|
||||
'self'
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
'self'
|
||||
https:
|
||||
ws:
|
||||
*
|
||||
;
|
||||
font-src
|
||||
'self'
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
'self'
|
||||
https:
|
||||
ws:
|
||||
*
|
||||
;
|
||||
font-src
|
||||
'self'
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
connect-src
|
||||
'self'
|
||||
https:
|
||||
*
|
||||
;
|
||||
font-src
|
||||
'self'
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
default-src 'none';
|
||||
child-src 'self' data: blob:;
|
||||
script-src 'self' 'unsafe-eval' 'sha256-YVBiNCLDtlDv8TpTuATV/fJ9rcBWIq9O9zBL2ndqAgw=' https: http://localhost:* blob:;
|
||||
connect-src 'self' https: wss: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:* *;"/>
|
||||
connect-src 'self' https: wss: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*;"/>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue