Open
Cached
·
6h ago
11
directives
Content-Security-Policy
Content-Security-Policy: default-src data: 'unsafe-inline' 'unsafe-eval' https: http:;script-src data: 'unsafe-inline' 'unsafe-eval' https: http: blob:;style-src data: 'unsafe-inline' https: http: blob:;img-src data: https: http: blob:;font-src data: https: http:;connect-src https: wss: ws: http: blob:;media-src https: blob: http:;object-src https: http:;child-src https: data: blob: http:;form-action https: http:;block-all-mixed-content;
default-src
Scheme
—
data:
default-src
Keyword
—
'unsafe-inline'
default-src
Keyword
—
'unsafe-eval'
default-src
Scheme
—
https:
default-src
Scheme
—
http:
script-src
Scheme
—
data:
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src
Scheme
—
https:
script-src
Scheme
—
http:
script-src
Scheme
—
blob:
style-src
Scheme
—
data:
style-src
Keyword
—
'unsafe-inline'
style-src
Scheme
—
https:
style-src
Scheme
—
http:
style-src
Scheme
—
blob:
img-src
Scheme
—
data:
img-src
Scheme
—
https:
img-src
Scheme
—
http:
img-src
Scheme
—
blob:
font-src
Scheme
—
data:
font-src
Scheme
—
https:
font-src
Scheme
—
http:
connect-src
Scheme
—
https:
connect-src
Scheme
—
wss:
connect-src
Scheme
—
ws:
connect-src
Scheme
—
http:
connect-src
Scheme
—
blob:
media-src
Scheme
—
https:
media-src
Scheme
—
blob:
media-src
Scheme
—
http:
object-src
Scheme
—
https:
object-src
Scheme
—
http:
child-src
Scheme
—
https:
child-src
Scheme
—
data:
child-src
Scheme
—
blob:
child-src
Scheme
—
http:
form-action
Scheme
—
https:
form-action
Scheme
—
http:
block-all-mixed-content
Source
—
(no sources)
Content-Security-Policy-Report-Only
No report-only CSP headers found.