Open
Cached
·
just now
11
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; media-src 'self' * data: blob:; font-src * data:; connect-src 'self' wss://* https://*; script-src 'self' https://*.doubleclick.net https://*.facebook.net https://*.demandbase.com https://*.cloudflare.com https://*.ketchjs.com https://*.ketchcdn.com https://cdn.mxpnl.com https://cdn.segment.com https://cdn.segment.io https://cdn.usefathom.com https://js.intercomcdn.com https://*.stripe.com https://widget.intercom.io https://www.google-analytics.com https://www.googletagmanager.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/ 'unsafe-inline'; style-src 'self' 'unsafe-inline'; object-src 'none'; frame-src 'self' https://*.singlestore.com https://*.stripe.com https://www.google.com/recaptcha/ https://recaptcha.google.com/recaptcha/; frame-ancestors 'self' https://*.singlestore.com; img-src 'self' blob: data: *; worker-src 'self' blob:;
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.