Open
Cached
·
just now
3
directives
Content-Security-Policy
Content-Security-Policy: default-src *; style-src 'self' https://* 'unsafe-inline'; script-src 'self' https://* 'unsafe-inline' 'unsafe-eval'
default-src
Host
—
*
style-src
Keyword
—
'self'
style-src
Host
—
https://*
style-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'self'
script-src
Host
—
https://*
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
Content-Security-Policy-Report-Only
No report-only CSP headers found.