Open
Cached
·
just now
8
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' https:; script-src 'self' https://cdn.jsdelivr.net https://code.jquery.com https://www.googletagmanager.com https://static.cloudflareinsights.com 'unsafe-inline'; style-src 'self' https://cdn.jsdelivr.net https://fonts.googleapis.com 'unsafe-inline'; font-src 'self' https://fonts.googleapis.com https://fonts.gstatic.com; img-src 'self' data: https:; connect-src 'self' https://www.googletagmanager.com https://cdn.jsdelivr.net https://api-prod2-mymoney.o9.cl https://api-prod3-mymoney.o9.cl; base-uri 'self'; form-action 'self';
default-src
Keyword
—
'self'
default-src
Scheme
—
https:
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
font-src
Keyword
—
'self'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
https:
connect-src
Keyword
—
'self'
base-uri
Keyword
—
'self'
form-action
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.