6 directives

Content-Security-Policy

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

Content-Security-Policy-Report-Only

No report-only CSP headers found.