Open
Cached
·
just now
6
directives
Content-Security-Policy
Content-Security-Policy: default-src https: wss:; connect-src https: wss: blob:; script-src https: 'unsafe-inline' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline' https: data:; img-src 'self' blob: data: https:;, frame-ancestors 'self'
default-src
Scheme
—
https:
default-src
Scheme
—
wss:
connect-src
Scheme
—
https:
connect-src
Scheme
—
wss:
connect-src
Scheme
—
blob:
script-src
Scheme
—
https:
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'wasm-unsafe-eval'
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
style-src
Scheme
—
https:
style-src
Scheme
—
data:
img-src
Keyword
—
'self'
img-src
Scheme
—
blob:
img-src
Scheme
—
data:
img-src
Scheme
—
https:
,
Host
—
,
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.