Open
Cached
·
just now
5
directives
Content-Security-Policy
Content-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval'; default-src 'self' 'unsafe-inline'; img-src 'self' https:; frame-ancestors 'self'; block-all-mixed-content;
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
default-src
Keyword
—
'self'
default-src
Keyword
—
'unsafe-inline'
img-src
Keyword
—
'self'
img-src
Scheme
—
https:
frame-ancestors
Keyword
—
'self'
block-all-mixed-content
Source
—
(no sources)
Content-Security-Policy-Report-Only
No report-only CSP headers found.