Skip to content

Commit 328a2dc

Browse files
Add GitHub Pages and SWA to STS CSP trusted domains
1 parent 87983d6 commit 328a2dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-identityserver.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ jobs:
8686
"ConnectionStrings__DataProtectionDbConnection=$IDS_CONN" \
8787
"AdminConfiguration__IdentityServerBaseUrl=$IDS_URL" \
8888
"AdminConfiguration__IdentityAdminBaseUrl=$ADMIN_URL" \
89+
"CspTrustedDomains__0=www.gravatar.com" \
90+
"CspTrustedDomains__1=fonts.googleapis.com" \
91+
"CspTrustedDomains__2=fonts.gstatic.com" \
92+
"CspTrustedDomains__3=workcontrolgit.github.io" \
93+
"CspTrustedDomains__4=mango-flower-0ced4011e.4.azurestaticapps.net" \
8994
"ASPNETCORE_ENVIRONMENT=Production"
9095
9196
- name: Configure Admin App Service settings

0 commit comments

Comments
 (0)