Open
Cached
·
just now
15
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' data: https://internetcomputer.matomo.cloud; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https://*.internetcomputer.org https://*.basemaps.cartocdn.com https://*.githubusercontent.com https://*.ctfassets.net; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://*.internetcomputer.org https://ic0.app https://internetcomputer.matomo.cloud https://*.githubusercontent.com; frame-src 'self'; object-src 'none'; media-src 'self'; child-src 'self'; frame-ancestors 'self'; form-action 'self'; base-uri 'self'; manifest-src 'self'; worker-src 'self';
default-src
Keyword
—
'self'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src
Scheme
—
data:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
connect-src
Keyword
—
'self'
frame-src
Keyword
—
'self'
object-src
Keyword
—
'none'
media-src
Keyword
—
'self'
child-src
Keyword
—
'self'
frame-ancestors
Keyword
—
'self'
form-action
Keyword
—
'self'
base-uri
Keyword
—
'self'
manifest-src
Keyword
—
'self'
worker-src
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.