Open
Cached
·
just now
11
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' https:; media-src 'self' blob: data: https://storage.googleapis.com https://*.loom.com https://*.vimeo.com https://*.vimeocdn.com; connect-src 'self' https: data: www.loom.com https://checkout.stripe.com https://api.stripe.com https://maps.googleapis.com https://*.getbeamer.com https://*.birdie.so wss://*.birdie.so https://api.vimeo.com https://*.vimeo.com https://*.vimeocdn.com wss://collaboration.trainual.com/ws; font-src 'self' https: data: fonts.googleapis.com fonts.gstatic.com; img-src 'self' https: data: *; object-src 'none'; script-src 'self' https: 'unsafe-eval' 'unsafe-inline' *; style-src 'self' https: 'unsafe-inline'; frame-src 'self' https: data: *; frame-ancestors 'self' https: data: *; worker-src 'self' https: blob:
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.