Skip to content

Commit

Permalink
Merge pull request #231 from OpsMx/bugfix/OP-16541-4-0-csp
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakancharla authored and opsmxyuga22 committed Sep 30, 2022
1 parent 8606881 commit 99810e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class AuthConfig {
@Value('${allowUnauthenticatedAccess.webhooks:false}')
boolean isSpinnakerWebhooksUnauthenticatedAccessEnabled

@Value('${security.contentSecurityPolicy:object-src \'none\'; script-src \'unsafe-eval\' \'unsafe-inline\' https: http:;}')
@Value('${security.contentSecurityPolicy:\'object-src \'none\'; script-src \'unsafe-eval\' \'unsafe-inline\' https: http:;\'}')
String contentSecurityPolicy

void configure(HttpSecurity http) throws Exception {
Expand Down

0 comments on commit 99810e1

Please sign in to comment.