9 directives

Content-Security-Policy

default-src Keyword
'self'
default-src Host
*
default-src Keyword
'unsafe-inline'
default-src Keyword
'unsafe-eval'
default-src Scheme
data:
default-src Scheme
blob:
script-src Keyword
'self'
script-src Host
*
script-src Keyword
'unsafe-inline'
script-src Keyword
'unsafe-eval'
script-src Scheme
data:
script-src Scheme
blob:
style-src Keyword
'self'
style-src Host
*
style-src Keyword
'unsafe-inline'
style-src Scheme
data:
style-src Scheme
blob:
img-src Keyword
'self'
img-src Host
*
img-src Scheme
data:
img-src Scheme
blob:
font-src Keyword
'self'
font-src Host
*
font-src Scheme
data:
connect-src Keyword
'self'
connect-src Host
*
media-src Keyword
'self'
media-src Host
*
frame-src Keyword
'self'
frame-src Host
*
object-src Keyword
'self'
object-src Host
*

Content-Security-Policy-Report-Only

No report-only CSP headers found.