Open
Cached
·
just now
5
directives
Content-Security-Policy
Content-Security-Policy: default-src https: wss:; script-src https: 'unsafe-inline' 'unsafe-eval'; style-src https: 'unsafe-inline'; img-src https: data:; child-src https: blob:
default-src
Scheme
—
https:
default-src
Scheme
—
wss:
script-src
Scheme
—
https:
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
style-src
Scheme
—
https:
style-src
Keyword
—
'unsafe-inline'
img-src
Scheme
—
https:
img-src
Scheme
—
data:
child-src
Scheme
—
https:
child-src
Scheme
—
blob:
Content-Security-Policy-Report-Only
No report-only CSP headers found.