diff --git a/index.html b/index.html index ac5e434..16515a0 100644 --- a/index.html +++ b/index.html @@ -20,11 +20,11 @@ http-equiv="Content-Security-Policy" content=" default-src 'self'; - script-src 'self' https://cdn.jsdelivr.net; + script-src 'self' https://cdn.jsdelivr.net https://cdn.socket.io; style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://fonts.googleapis.com; font-src 'self' https://cdn.jsdelivr.net https://fonts.gstatic.com data:; img-src 'self' data: https:; - connect-src 'self'; + connect-src 'self' ws: wss: http://localhost:* ws://localhost:* https://cdn.jsdelivr.net; object-src 'none'; base-uri 'self'; frame-ancestors 'none'; @@ -340,19 +340,70 @@
Loading live streams...
+