17 directives

Content-Security-Policy

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

Content-Security-Policy-Report-Only

default-src Keyword
'self'
script-src Keyword
'self'
connect-src Keyword
'self'
style-src Keyword
'self'
style-src Keyword
'unsafe-inline'
img-src Keyword
'self'
img-src Scheme
data:
object-src Keyword
'none'
frame-ancestors Keyword
'none'
base-uri Keyword
'self'