Skip to content

Commit

Permalink
(dev) index.htmlにmeta[name=viewport]がなかったので追加&足りてないCSP追加 (misskey-dev…
Browse files Browse the repository at this point in the history
…#12613)

* (dev) index.htmlにmeta[name=viewport]がなかったので追加&足りてないCSP追加

* fix tab
  • Loading branch information
samunohito authored Dec 9, 2023
1 parent b72f918 commit 025afe8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@
<meta
http-equiv="Content-Security-Policy"
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:5173 127.0.0.1:5173 127.0.0.1:3000;
worker-src 'self';
script-src 'self';
style-src 'self' 'unsafe-inline';
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" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>
Expand Down

0 comments on commit 025afe8

Please sign in to comment.