Cached · just now
11 directives

Content-Security-Policy

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

Content-Security-Policy-Report-Only

No report-only CSP headers found.