From 2c6fc0ba63d0c1d8dd7946a8a2667b5ffbfc037b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:16:49 +0900 Subject: [PATCH] =?UTF-8?q?fix(dev-frontend)=20=E8=B6=B3=E3=82=8A=E3=81=A6?= =?UTF-8?q?=E3=81=AA=E3=81=84CSP=E3=82=92=E8=BF=BD=E5=8A=A0=20(#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(-) 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;" />