aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-03-22 18:41:39 +0100
committersD <stoned@derpymail.org>2020-03-22 18:41:39 +0100
commit4c61f65b3d94f0a646260e3fc38cadcdd1433c57 (patch)
tree458e02ee52b9e06b7ea8bc34360f0ce0ac1f89e5
parentd025e6fb809c6e85f0f3444aae2ae39f744502ad (diff)
allow loading local files
-rw-r--r--webAO/client.html6
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">