Open
Cached
·
just now
11
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.googletagmanager.com https://*.googleadservices.com https://*.googlesyndication.com https://*.doubleclick.net https://*.bing.com https://*.amplitude.com https://*.hotjar.com https://*.sentry.io https://*.privacy-center.org https://*.launchdarkly.com; style-src 'self' 'unsafe-inline' https://*.hotjar.com https://fonts.googleapis.com https://*.gstatic.com; img-src * data: blob:; frame-src 'self' https://*.googletagmanager.com; connect-src 'self' https: wss: *.packitos.com; media-src 'self' data:; font-src 'self' data: *.packitos.com https://*.packlink.com https://*.hotjar.com https://fonts.gstatic.com; object-src 'none'; frame-ancestors 'none'; report-uri https://o90715.ingest.us.sentry.io/api/5675883/security/?sentry_key=a06b36e8665147f8a1ec3e1f84a15483;
default-src
Keyword
—
'self'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src
Host
—
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
img-src
Host
—
*
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
frame-src
Keyword
—
'self'
connect-src
Keyword
—
'self'
connect-src
Scheme
—
https:
connect-src
Scheme
—
wss:
connect-src
Host
—
media-src
Keyword
—
'self'
media-src
Scheme
—
data:
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
font-src
Host
—
object-src
Keyword
—
'none'
frame-ancestors
Keyword
—
'none'
Content-Security-Policy-Report-Only
No report-only CSP headers found.