blindly attempt to work around webkit bug preventing websocket connection
This commit is contained in:
parent
c549823e37
commit
90eb1bfb7a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<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="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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue