diff options
| author | sD <stoned@derpymail.org> | 2020-03-29 21:29:49 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-29 21:29:49 +0200 |
| commit | b6801a0f0bfedb8e1673eaf582b9f5605b40bbd8 (patch) | |
| tree | fbdc59b1f40a31aee19958c30e272928a04375ec /webAO/client.html | |
| parent | 99d2c19cfd8608dc8214490992205616fed1e944 (diff) | |
allow content from anywhere
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/client.html b/webAO/client.html index 74951ad..fbce1aa 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -10,9 +10,9 @@ script-src 'self' 'unsafe-inline' 'unsafe-eval' https://ajax.googleapis.com; style-src-elem 'self' 'unsafe-inline' https://golden-layout.com; style-src 'self' 'unsafe-inline' https://golden-layout.com; - img-src 'self' data: file: https://webao.animatedchatroom.net https://s3.wasabisys.com; - connect-src 'self' ws: file: https://webao.animatedchatroom.net https://s3.wasabisys.com; - media-src 'self' file: https://webao.animatedchatroom.net https://s3.wasabisys.com;"> + img-src 'self' data: file: *; + connect-src 'self' ws: file: *; + media-src 'self' file: *;"> <link rel="stylesheet" type="text/css" href="styles/client.css?v=1.0.0" id="client_stylesheet"> <link rel="stylesheet" type="text/css" href="styles/default.css?v=1.0.0" id="client_theme"> |
