10 directives

Content-Security-Policy

default-src Keyword
'self'
default-src Host
https://*
connect-src Keyword
'self'
connect-src Host
https://*
connect-src Scheme
wss:
media-src Keyword
'self'
media-src Host
https://*
media-src Scheme
blob:
font-src Keyword
'self'
font-src Host
https://*
font-src Scheme
data:
img-src Host
*
img-src Scheme
data:
script-src Host
https://*
script-src Keyword
'unsafe-inline'
script-src Keyword
'unsafe-eval'
style-src Host
https://*
style-src Keyword
'unsafe-inline'
frame-src Keyword
'self'
frame-src Host
https://*
frame-src Scheme
mailto:
worker-src Scheme
blob:
manifest-src Keyword
'self'
manifest-src Host
https://*
manifest-src Scheme
blob:

Content-Security-Policy-Report-Only

No report-only CSP headers found.