From 92cd771e0fb47eadbd37a337004be73e9ca2b3d0 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 3 Jun 2024 16:28:25 +0000 Subject: avoid `await` at top-level in setup - fixes frontend tests --- packages/frontend/src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/frontend/src/index.html') 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 *;" /> -- cgit v1.2.3-freya