Cached · just now
5 directives

Content-Security-Policy

default-src Keyword
'self'
default-src Scheme
wss:
default-src Scheme
data:
default-src Scheme
blob:
default-src Host
*
img-src Keyword
'self'
img-src Keyword
'unsafe-inline'
img-src Keyword
'unsafe-eval'
img-src Host
*
img-src Scheme
data:
style-src Keyword
'self'
style-src Keyword
'unsafe-eval'
style-src Keyword
'unsafe-inline'
style-src Scheme
blob:
style-src Scheme
data:
style-src Host
*
script-src Keyword
'self'
script-src Keyword
'unsafe-inline'
script-src Keyword
'unsafe-eval'
script-src Host
*
font-src Keyword
'self'
font-src Host
*

Content-Security-Policy-Report-Only

No report-only CSP headers found.