Open
Cached
·
just now
10
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' https:; script-src 'self' 'unsafe-inline' https://unpkg.com https://global.oktacdn.com https://www.googletagmanager.com https://www.google-analytics.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://global.oktacdn.com; font-src 'self' https://fonts.gstatic.com https://global.oktacdn.com data:; img-src 'self' data: https:; connect-src 'self' https:; frame-ancestors 'self'; base-uri 'self'; form-action 'self'; object-src 'none';
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'
font-src
Scheme
—
data:
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
https:
connect-src
Keyword
—
'self'
connect-src
Scheme
—
https:
frame-ancestors
Keyword
—
'self'
base-uri
Keyword
—
'self'
form-action
Keyword
—
'self'
object-src
Keyword
—
'none'
Content-Security-Policy-Report-Only
No report-only CSP headers found.