Cached · just now
11 directives

Content-Security-Policy

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

Content-Security-Policy-Report-Only

No report-only CSP headers found.