FIX: added self to connect-src CSP.
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
default-src 'self';
|
default-src 'self';
|
||||||
style-src 'self' https://fonts.googleapis.com https://cdn.jsdelivr.net;
|
style-src 'self' https://fonts.googleapis.com https://cdn.jsdelivr.net;
|
||||||
font-src 'self' https://cdn.jsdelivr.net https://fonts.gstatic.com;
|
font-src 'self' https://cdn.jsdelivr.net https://fonts.gstatic.com;
|
||||||
connect-src ws:;
|
connect-src 'self' ws:;
|
||||||
">
|
">
|
||||||
|
|
||||||
<script async src="index.js"></script>
|
<script async src="index.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user