blindly attempt to work around webkit bug preventing websocket connection

This commit is contained in:
hippoz 2022-08-31 22:59:11 +03:00
parent c549823e37
commit 90eb1bfb7a
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -6,7 +6,7 @@
<meta name="application-name" content="Waffle"> <meta name="application-name" content="Waffle">
<meta name="description" content="Waffle - the free, open and focused chat application that runs on *your* server."> <meta name="description" content="Waffle - the free, open and focused chat application that runs on *your* server.">
<meta name="same-origin" content="same-origin"> <meta name="same-origin" content="same-origin">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self' 'unsafe-inline';"> <meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' wss: ws:;">
<title>app</title> <title>app</title>