diff options
| author | sD <stoned@derpymail.org> | 2020-03-17 17:23:47 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-17 17:23:47 +0100 |
| commit | 410b465ba81d33979ff9cfcef17e2f142b1487a8 (patch) | |
| tree | 6a70e912dd93771363a5eeb82e1ce6778a61109d /webAO | |
| parent | 3e1a2790ec13534f2ef700582d651f93d270c9b4 (diff) | |
kaspersky freaked out about not being able to inject js
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.html b/webAO/client.html index 9e56358..7d23efd 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -6,9 +6,9 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta http-equiv="Content-Security-Policy" content="script-src-elem 'self' https://ajax.googleapis.com; + <meta http-equiv="Content-Security-Policy" content="script-src-elem 'self' 'unsafe-inline' https://ajax.googleapis.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://ajax.googleapis.com; - style-src-elem 'self' https://golden-layout.com; + style-src-elem 'self' 'unsafe-inline' https://golden-layout.com; style-src 'self' 'unsafe-inline' https://golden-layout.com; img-src 'self' data: https://webao.animatedchatroom.net https://s3.wasabisys.com; connect-src 'self' ws: https://webao.animatedchatroom.net https://s3.wasabisys.com; |
