Skip to content

Commit 5cc2f6b

Browse files
adjust CSP for staging (npm run serve)
1 parent f700e75 commit 5cc2f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/_default/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ server:
8484
script-src 'self' 'unsafe-eval' https://umami.skymatic.de/ https://community.cryptomator.org/ https://js.stripe.com/ https://*.paddle.com/;
8585
style-src 'self' 'unsafe-inline' https://*.paddle.com/;
8686
img-src 'self' data: https://static.cryptomator.org/ https://*.paddle.com/ https://paddle.s3.amazonaws.com/ https://avatars.githubusercontent.com/;
87-
connect-src 'self' https://api.cryptomator.org/ https://store.cryptomator.org/ https://umami.skymatic.de/ https://*.paddle.com/ http://localhost/ http://localhost:8787/ http://localhost:3300/ http://localhost:8080/;
87+
connect-src 'self' https://api.cryptomator.org/ https://api-staging.cryptomator.org/ https://store.cryptomator.org/ https://umami.skymatic.de/ https://*.paddle.com/ http://localhost/ http://localhost:8787/ http://localhost:3300/ http://localhost:8080/;
8888
font-src 'self';
8989
media-src https://static.cryptomator.org/;
9090
frame-src https://community.cryptomator.org/ https://js.stripe.com/ https://*.paddle.com/;

0 commit comments

Comments
 (0)