Skip to content

Commit

Permalink
Fix CSP error with Identity login page (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-mkaar authored Jun 16, 2022
1 parent 2904be5 commit db188cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundry/common/identity.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ identity-api:
# Headers__Cors__AllowCredentials: true
Headers__Forwarding__TargetHeaders: All
Headers__Forwarding__KnownNetworks: "10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 ::ffff:a00:0/104 ::ffff:ac10:0/108 ::ffff:c0a8:0/112"
Headers__Security__ContentSecurity: "default-src 'self'; script-src 'self' 'unsafe-inline'; frame-ancestors 'self';"

conf:
issuers: ""
Expand Down

0 comments on commit db188cd

Please sign in to comment.