Open
Cached
·
just now
9
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data: blob:; object-src 'none'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com 'nonce-'; script-src-attr 'self'; style-src 'self' https: 'unsafe-inline'; worker-src 'self' blob:; base-uri 'self'
default-src
Keyword
—
'self'
default-src
Scheme
—
https:
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
Scheme
—
blob:
object-src
Keyword
—
'none'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Nonce
—
'nonce-'
script-src-attr
Keyword
—
'self'
style-src
Keyword
—
'self'
style-src
Scheme
—
https:
style-src
Keyword
—
'unsafe-inline'
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
base-uri
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.