Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit f7449a0

Browse files
fix: add unsplash to connect src csp
1 parent 0c3f2a8 commit f7449a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
style-src 'self' 'unsafe-inline' https://www.gstatic.com https://fonts.googleapis.com;
1414
font-src 'self' https://fonts.googleapis.com https://fonts.gstatic.com;
1515
script-src 'self' blob: <@SW_LOADER@> 'sha256-vay/aAFxtYsaISRoBsVDHCbAzow9u6P2gHHTewRPaJY=' 'sha256-Q4WsoEk996jr5AUtYVXE8AMljYZgUVD3cxqC2YHsvyQ=' https://www.gstatic.com https://apis.google.com https://unpkg.com https://cdnjs.cloudflare.com https://cdn.jsdelivr.net;
16-
connect-src 'self' <@API_URLS@> https://deckdeckgo.com/ https://app.deckdeckgo.com/ http://deckdeckgo-studio-beta.web.app/ http://deckdeckgo-studio-staging.web.app/ wss://api.deckdeckgo.com/ https://firebasestorage.googleapis.com/v0/b/deckdeckgo-studio-prod.appspot.com/ https://firebasestorage.googleapis.com/v0/b/deckdeckgo-studio-beta.appspot.com/ https://firebasestorage.googleapis.com/v0/b/deckdeckgo-studio-staging.appspot.com/ https://us-central1-deckdeckgo-studio-staging.cloudfunctions.net/ https://us-central1-deckdeckgo-studio-beta.cloudfunctions.net/ https://us-central1-deckdeckgo-studio-prod.cloudfunctions.net/ https://www.googleapis.com https://securetoken.googleapis.com https://firestore.googleapis.com ws://localhost:3333/ https://raw.githubusercontent.com/PrismJS/ https://raw.githubusercontent.com/deckgo/ https://api.tenor.com/ https://media.tenor.com/ https://formspree.io/xjvaebzk;
16+
connect-src 'self' <@API_URLS@> https://deckdeckgo.com/ https://app.deckdeckgo.com/ http://deckdeckgo-studio-beta.web.app/ http://deckdeckgo-studio-staging.web.app/ wss://api.deckdeckgo.com/ https://firebasestorage.googleapis.com/v0/b/deckdeckgo-studio-prod.appspot.com/ https://firebasestorage.googleapis.com/v0/b/deckdeckgo-studio-beta.appspot.com/ https://firebasestorage.googleapis.com/v0/b/deckdeckgo-studio-staging.appspot.com/ https://us-central1-deckdeckgo-studio-staging.cloudfunctions.net/ https://us-central1-deckdeckgo-studio-beta.cloudfunctions.net/ https://us-central1-deckdeckgo-studio-prod.cloudfunctions.net/ https://www.googleapis.com https://securetoken.googleapis.com https://firestore.googleapis.com ws://localhost:3333/ https://raw.githubusercontent.com/PrismJS/ https://raw.githubusercontent.com/deckgo/ https://api.tenor.com/ https://media.tenor.com/ https://images.unsplash.com/ https://formspree.io/xjvaebzk;
1717
frame-src https: http://localhost:3333/~dev-server"
1818
/>
1919

0 commit comments

Comments
 (0)