diff options
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 69e17e9..c39e117 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: https://webao.animatedchatroom.net https://s3.wasabisys.com; - connect-src 'self' ws: https://webao.animatedchatroom.net https://s3.wasabisys.com; - media-src 'self' https://webao.animatedchatroom.net https://s3.wasabisys.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;"> <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"> |
