Open
Cached
·
10h ago
7
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; connect-src 'self' https://stackpath.bootstrapcdn.com; style-src 'self' 'unsafe-inline' https://stackpath.bootstrapcdn.com; img-src 'self' https://cf-logos-enterprise-it.s3.amazonaws.com; font-src 'self' https://stackpath.bootstrapcdn.com; frame-ancestors 'none'; form-action 'self';
default-src
Keyword
—
'self'
connect-src
Keyword
—
'self'
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
img-src
Keyword
—
'self'
font-src
Keyword
—
'self'
frame-ancestors
Keyword
—
'none'
form-action
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.