Open
Cached
·
just now
6
directives
Content-Security-Policy
Content-Security-Policy: default-src 'none'; connect-src 'self'; font-src https://fonts.gstatic.com https://use.fontawesome.com; img-src 'self'; script-src 'self' 'unsafe-eval' https://d3js.org/d3.v5.js; style-src 'unsafe-inline' https://fonts.googleapis.com/ https://use.fontawesome.com/releases/v5.8.2/css/
default-src
Keyword
—
'none'
connect-src
Keyword
—
'self'
img-src
Keyword
—
'self'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-eval'
style-src
Keyword
—
'unsafe-inline'
Content-Security-Policy-Report-Only
No report-only CSP headers found.