Skip to content

Commit 0ae01ef

Browse files
fix(ci): validate yaml workflow failing (#27391)
1 parent 48ffbba commit 0ae01ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

conf/openmetadata.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,8 @@ web:
689689
block: ${WEB_CONF_XSS_PROTECTION_BLOCK:-true}
690690
csp:
691691
enabled: ${WEB_CONF_XSS_CSP_ENABLED:-false}
692-
policy: ${WEB_CONF_XSS_CSP_POLICY:-"default-src 'self'; base-uri 'self'; script-src 'self' 'nonce-__CSP_NONCE__' https://www.googletagmanager.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com data:; img-src * 'self' blob: data:; media-src * 'self' blob:; worker-src 'self' blob:; frame-src 'self' https://www.youtube.com; object-src 'none'; connect-src 'self';"}
692+
# default-src 'self'; base-uri 'self'; script-src 'self' 'nonce-__CSP_NONCE__' https://www.googletagmanager.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com data:; img-src * 'self' blob: data:; media-src * 'self' blob:; worker-src 'self' blob:; frame-src 'self' https://www.youtube.com; object-src 'none'; connect-src 'self';
693+
policy: ${WEB_CONF_XSS_CSP_POLICY:-""}
693694
reportOnlyPolicy: ${WEB_CONF_XSS_CSP_REPORT_ONLY_POLICY:-""}
694695
referrer-policy:
695696
enabled: ${WEB_CONF_REFERRER_POLICY_ENABLED:-false}

0 commit comments

Comments
 (0)