remove connect-src * that was introduced in testing

This commit is contained in:
Andrew Pareles 2024-12-12 16:25:23 -08:00
parent 5807c94a61
commit 2f26b34a96
10 changed files with 1 additions and 10 deletions

View file

@ -25,7 +25,6 @@
connect-src
'self'
https:
*
;
font-src
'self'

View file

@ -23,7 +23,6 @@
connect-src
'self'
https:
*
;
font-src
'self'

View file

@ -25,7 +25,6 @@
connect-src
'self'
https:
*
;
font-src
'self'

View file

@ -23,7 +23,6 @@
connect-src
'self'
https:
*
;
font-src
'self'

View file

@ -38,7 +38,6 @@
'self'
https:
ws:
*
;
font-src
'self'

View file

@ -37,7 +37,6 @@
'self'
https:
ws:
*
;
font-src
'self'

View file

@ -37,7 +37,6 @@
'self'
https:
ws:
*
;
font-src
'self'

View file

@ -37,7 +37,6 @@
'self'
https:
ws:
*
;
font-src
'self'

View file

@ -25,7 +25,6 @@
connect-src
'self'
https:
*
;
font-src
'self'

View file

@ -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>