Open
Cached
·
8h ago
14
directives
Content-Security-Policy
Content-Security-Policy: default-src 'none'; base-uri 'self'; object-src 'none'; frame-ancestors 'self' https://*.optimizely.com; img-src 'self' data: blob: https: https://*.qualified.com; font-src 'self' data: https:; worker-src 'self' blob:; connect-src 'self' https: wss: https://www.google-analytics.com https://region1.google-analytics.com https://*.qualified.com wss://*.qualified.com; frame-src 'self' https: https://*.qualified.com; child-src https://*.qualified.com; script-src 'self' https: 'unsafe-eval' 'nonce--wOWlogcBIx26_IbjRp-jQ' 'strict-dynamic' https://www.googletagmanager.com https://www.google-analytics.com; style-src 'self' https: 'unsafe-inline' https://*.qualified.com; media-src mediastream: https://*.qualified.com; upgrade-insecure-requests
default-src
Keyword
—
'none'
base-uri
Keyword
—
'self'
object-src
Keyword
—
'none'
frame-ancestors
Keyword
—
'self'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
img-src
Scheme
—
https:
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
font-src
Scheme
—
https:
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
connect-src
Keyword
—
'self'
connect-src
Scheme
—
https:
connect-src
Scheme
—
wss:
frame-src
Keyword
—
'self'
frame-src
Scheme
—
https:
script-src
Keyword
—
'self'
script-src
Scheme
—
https:
script-src
Keyword
—
'unsafe-eval'
script-src
Nonce
—
'nonce--wOWlogcBIx26_IbjRp-jQ'
script-src
Keyword
—
'strict-dynamic'
style-src
Keyword
—
'self'
style-src
Scheme
—
https:
style-src
Keyword
—
'unsafe-inline'
media-src
Scheme
—
mediastream:
upgrade-insecure-requests
Source
—
(no sources)
Content-Security-Policy-Report-Only
No report-only CSP headers found.