From 4c61f65b3d94f0a646260e3fc38cadcdd1433c57 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 22 Mar 2020 18:41:39 +0100 Subject: allow loading local files --- webAO/client.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webAO') 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;"> -- cgit