diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-03 16:28:25 +0000 |
|---|---|---|
| committer | Amelia Yukii <amelia.yukii@shourai.de> | 2024-06-03 16:28:25 +0000 |
| commit | 92cd771e0fb47eadbd37a337004be73e9ca2b3d0 (patch) | |
| tree | 6fd6fae960b5cf1e696b5c976406cde6b0de4c08 /packages/frontend/src/index.html | |
| parent | merge: lint our MRs (!506) (diff) | |
| download | sharkey-92cd771e0fb47eadbd37a337004be73e9ca2b3d0.tar.gz sharkey-92cd771e0fb47eadbd37a337004be73e9ca2b3d0.tar.bz2 sharkey-92cd771e0fb47eadbd37a337004be73e9ca2b3d0.zip | |
avoid `await` at top-level in setup - fixes frontend tests
Diffstat (limited to 'packages/frontend/src/index.html')
| -rw-r--r-- | packages/frontend/src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/index.html b/packages/frontend/src/index.html index 54059bfaf4..40e3cdf2ab 100644 --- a/packages/frontend/src/index.html +++ b/packages/frontend/src/index.html @@ -22,7 +22,7 @@ style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: www.google.com xn--931a.moe launcher.moe localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000 activitypub.software secure.gravatar.com avatars.githubusercontent.com; media-src 'self' localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000; - connect-src 'self' localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000 https://newassets.hcaptcha.com; + connect-src 'self' localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000 https://newassets.hcaptcha.com https://api.listenbrainz.org; frame-src *;" /> <meta property="og:site_name" content="[DEV BUILD] Misskey" /> |