Open
Cached
·
just now
11
directives
Content-Security-Policy
Content-Security-Policy: connect-src 'self' https: wss:; img-src https: http: data: blob:; media-src https:; object-src 'none'; style-src 'self' 'unsafe-inline' https://netdna.bootstrapcdn.com https://cdnjs.cloudflare.com https://*.googleapis.com https://*.commandbar.com; base-uri 'self'; form-action 'self' https: http:; frame-ancestors 'self'; default-src 'self' https: http://localhost:*; font-src 'self' https://fonts.gstatic.com https://netdna.bootstrapcdn.com https://*.intercomcdn.com/ http://localhost:*; script-src 'self' https: 'unsafe-inline' 'unsafe-eval' http://localhost:*;
connect-src
Keyword
—
'self'
connect-src
Scheme
—
https:
connect-src
Scheme
—
wss:
img-src
Scheme
—
https:
img-src
Scheme
—
http:
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
media-src
Scheme
—
https:
object-src
Keyword
—
'none'
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
base-uri
Keyword
—
'self'
form-action
Keyword
—
'self'
form-action
Scheme
—
https:
form-action
Scheme
—
http:
frame-ancestors
Keyword
—
'self'
default-src
Keyword
—
'self'
default-src
Scheme
—
https:
default-src
Host
—
font-src
Keyword
—
'self'
font-src
Host
—
script-src
Keyword
—
'self'
script-src
Scheme
—
https:
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src
Host
—
Content-Security-Policy-Report-Only
No report-only CSP headers found.