Content-Security-Policy

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

Content-Security-Policy-Report-Only

No report-only CSP headers found.