summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorおさむのひと <46447427+samunohito@users.noreply.github.com>2023-12-09 21:52:25 +0900
committerGitHub <noreply@github.com>2023-12-09 21:52:25 +0900
commit025afe88b415d2401f73c6d375a1d4601b9c5a49 (patch)
tree962fe7db61762f569859aae5ec1f7efdd6f60363 /packages
parent2023.12.0-beta.3 (diff)
downloadmisskey-025afe88b415d2401f73c6d375a1d4601b9c5a49.tar.gz
misskey-025afe88b415d2401f73c6d375a1d4601b9c5a49.tar.bz2
misskey-025afe88b415d2401f73c6d375a1d4601b9c5a49.zip
(dev) index.htmlにmeta[name=viewport]がなかったので追加&足りてないCSP追加 (#12613)
* (dev) index.htmlにmeta[name=viewport]がなかったので追加&足りてないCSP追加 * fix tab
Diffstat (limited to 'packages')
-rw-r--r--packages/frontend/src/index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/frontend/src/index.html b/packages/frontend/src/index.html
index b93e32265e..49189914a0 100644
--- a/packages/frontend/src/index.html
+++ b/packages/frontend/src/index.html
@@ -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>