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