Skip to content

Commit

Permalink
fix(dev-frontend) 足りてないCSPを追加 (misskey-dev#12606)
Browse files Browse the repository at this point in the history
* fix(dev-frontend) サーバーサイドのHTMLと噛み合わない部分を修正

* cspをなおした

* typo
  • Loading branch information
kakkokari-gtyih authored Dec 8, 2023
1 parent d10048e commit 2c6fc0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
/>
<meta property="og:site_name" content="[DEV BUILD] Misskey" />
</head>
Expand Down

0 comments on commit 2c6fc0b

Please sign in to comment.