File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments