From 2c6fc0ba63d0c1d8dd7946a8a2667b5ffbfc037b Mon Sep 17 00:00:00 2001 From: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:16:49 +0900 Subject: fix(dev-frontend) 足りてないCSPを追加 (#12606) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(dev-frontend) サーバーサイドのHTMLと噛み合わない部分を修正 * cspをなおした * typo --- packages/frontend/src/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/frontend/src') diff --git a/packages/frontend/src/index.html b/packages/frontend/src/index.html index 4489f351f8..b93e32265e 100644 --- a/packages/frontend/src/index.html +++ b/packages/frontend/src/index.html @@ -19,7 +19,8 @@ content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; - img-src 'self' data: www.google.com xn--931a.moe localhost:3000 localhost:5137 127.0.0.1:5173 127.0.0.1:3000" + img-src 'self' data: www.google.com xn--931a.moe localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000; + media-src 'self' localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000;" /> -- cgit v1.2.3-freya