Open
Cached
·
just now
10
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' ; style-src https: 'self' 'unsafe-inline' *.onetrust.com https://fonts.googleapis.com; script-src 'strict-dynamic'; font-src 'self' *.onetrust.com https://fonts.gstatic.com; img-src 'self' http: https: data:;media-src 'self' blob: data: *.onetrust.com; object-src 'none'; frame-ancestors 'self';connect-src 'self' *.onetrust.com; worker-src 'none'
default-src
Keyword
—
'self'
default-src
Keyword
—
'unsafe-eval'
default-src
Keyword
—
'unsafe-inline'
style-src
Scheme
—
https:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'strict-dynamic'
font-src
Keyword
—
'self'
img-src
Keyword
—
'self'
img-src
Scheme
—
http:
img-src
Scheme
—
https:
img-src
Scheme
—
data:
media-src
Keyword
—
'self'
media-src
Scheme
—
blob:
media-src
Scheme
—
data:
object-src
Keyword
—
'none'
frame-ancestors
Keyword
—
'self'
connect-src
Keyword
—
'self'
worker-src
Keyword
—
'none'
Content-Security-Policy-Report-Only
No report-only CSP headers found.