Open
Cached
·
just now
6
directives
Content-Security-Policy
Content-Security-Policy: default-src https:; connect-src https:; script-src 'unsafe-inline' 'unsafe-eval' http: www.google-analytics.com ajax.googleapis.com; style-src 'unsafe-inline' http:; img-src http: data:; font-src http: data:;
default-src
Scheme
—
https:
connect-src
Scheme
—
https:
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src
Scheme
—
http:
style-src
Keyword
—
'unsafe-inline'
style-src
Scheme
—
http:
img-src
Scheme
—
http:
img-src
Scheme
—
data:
font-src
Scheme
—
http:
font-src
Scheme
—
data:
Content-Security-Policy-Report-Only
No report-only CSP headers found.