Open
Cached
·
just now
12
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; style-src 'self' 'unsafe-inline' https:; object-src 'self' https://boomi.com/wp-content/uploads/; base-uri 'self'; connect-src 'self' https: wss://*.qualified.com; font-src 'self' data: https://fonts.gstatic.com; frame-src 'self' https:; img-src 'self' data: blob: https:; manifest-src 'self' https:; media-src 'self' blob: https:; worker-src 'self' blob: https:;
default-src
Keyword
—
'self'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src
Scheme
—
https:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
style-src
Scheme
—
https:
object-src
Keyword
—
'self'
base-uri
Keyword
—
'self'
connect-src
Keyword
—
'self'
connect-src
Scheme
—
https:
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
frame-src
Keyword
—
'self'
frame-src
Scheme
—
https:
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
img-src
Scheme
—
https:
manifest-src
Keyword
—
'self'
manifest-src
Scheme
—
https:
media-src
Keyword
—
'self'
media-src
Scheme
—
blob:
media-src
Scheme
—
https:
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
worker-src
Scheme
—
https:
Content-Security-Policy-Report-Only
No report-only CSP headers found.