Skip to content

Commit

Permalink
fix(frontend): Update media-src in Content Security Policy to include…
Browse files Browse the repository at this point in the history
… external media source
  • Loading branch information
Ruruke committed Dec 29, 2024
1 parent c0dc9cd commit ae3dcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
style-src 'self' 'unsafe-inline';
font-src 'self' data:;
img-src 'self' data: blob: www.google.com xn--931a.moe localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000 coverartarchive.org archive.org store.steampowered.com;
media-src 'self' localhost:3000 localhost:5173 127.0.0.1:5173 127.0.0.1:3000;
media-src 'self' https://media.ruruke.moe 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://api.listenbrainz.org https://newassets.hcaptcha.com https://public.api.bsky.app https://store.steampowered.com/;
frame-src *;"
/>
Expand Down

0 comments on commit ae3dcd1

Please sign in to comment.