Skip to content

Commit be8df9d

Browse files
fix(ci): validate yaml workflow failing (#27391)
1 parent 4d206de commit be8df9d

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
@@ -641,7 +641,8 @@ web:
641641
block: ${WEB_CONF_XSS_PROTECTION_BLOCK:-true}
642642
csp:
643643
enabled: ${WEB_CONF_XSS_CSP_ENABLED:-false}
644-
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';"}
644+
# 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';
645+
policy: ${WEB_CONF_XSS_CSP_POLICY:-""}
645646
reportOnlyPolicy: ${WEB_CONF_XSS_CSP_REPORT_ONLY_POLICY:-""}
646647
referrer-policy:
647648
enabled: ${WEB_CONF_REFERRER_POLICY_ENABLED:-false}

0 commit comments

Comments
 (0)