14 directives

Content-Security-Policy

default-src Keyword
'self'
base-uri Keyword
'self'
object-src Keyword
'none'
font-src Keyword
'self'
font-src Scheme
data:
connect-src Keyword
'self'
connect-src Scheme
blob:
connect-src Scheme
data:
style-src Keyword
'self'
style-src Keyword
'unsafe-inline'
img-src Keyword
'self'
img-src Scheme
blob:
img-src Scheme
data:
media-src Keyword
'self'
script-src Keyword
'self'
script-src Keyword
'unsafe-inline'
script-src Keyword
'wasm-unsafe-eval'
script-src Scheme
blob:
worker-src Keyword
'self'
worker-src Scheme
blob:
frame-src Keyword
'self'
frame-ancestors Keyword
'self'
report-to Host

Content-Security-Policy-Report-Only

No report-only CSP headers found.