8 directives

Content-Security-Policy

default-src Host
*
default-src Keyword
'self'
default-src Scheme
data:
default-src Scheme
https:
script-src Keyword
'self'
script-src Keyword
'unsafe-inline'
script-src Keyword
'unsafe-eval'
script-src-elem Keyword
'self'
script-src-elem Keyword
'unsafe-inline'
script-src-elem Scheme
https:
style-src Keyword
'self'
style-src Keyword
'unsafe-inline'
style-src Scheme
https:
child-src Keyword
'self'
child-src Keyword
'unsafe-inline'
frame-src Keyword
'self'
frame-src Scheme
https:
connect-src Keyword
'self'
connect-src Scheme
blob:
connect-src Scheme
https:
img-src Keyword
'self'
img-src Scheme
blob:
img-src Scheme
https:
img-src Scheme
data:

Content-Security-Policy-Report-Only

No report-only CSP headers found.