Content Security Policy
The Content Security Policy (CSP) settings allow administrators to define security rules that control which resources can be loaded by SigningHub Admin and Web applications. By restricting the sources for scripts, styles, images, and other content, CSP helps protect against code injection attacks such as cross-site scripting (XSS) and clickjacking. This page enables you to configure and customise CSP values for Admin and Web (not Mobile Web) deployments to align with your security requirements.
Configure the 'Content Security Policy' parameters in Global Settings
Click the 'Configurations' option from the navigation panel.
Click the 'Global Settings' option.
Select the 'Content Security Policy' option from the drop-down.
Configure these settings as required and click the "Save" button. See the table below for field descriptions.

Content Security Policy
Fields
Description
Admin content security policy
Specify the Content Security Policy for the SigningHub Admin. By default, the value for this field will be fetched from the database, but it can be updated as per the requirements of the user. The maximum character limit for this field is, 4000 characters. The default value for this field will be:
form-action 'none';
base-uri 'self';
frame-ancestors 'none';
default-src
'self'
https://app.powerbi.com/;
style-src
'self'
'unsafe-inline';
img-src
'self'
data:
blob:;
object-src
'none';
script-src
'self';
Web content security policy
Specify the Content Security Policy for the SigningHub Web. By default, the value for this field will be fetched from the database, but it can be updated as per the requirements of the user. The maximum character limit for this field is, 4000 characters. The default value for this field will be:
object-src 'none';
script-src 'strict-dynamic'
'self'
https://www.dropbox.com
[ADSS_URL]/adss/gosign/
https://seal.globalsign.com/SiteSeal/
https://az416426.vo.msecnd.net/
https://googleads.g.doubleclick.net
https://www.googleadservices.com
https://www.googletagmanager.com
https://bat.bing.com
https://az416426.vo.msecnd.net
https://www.google.com/recaptcha
https://www.google.com/recaptcha/api.js
https://www.gstatic.com/recaptcha/
http://apis.google.com
https://docs.google.com/picker
https://js.live.net
https://www.google-analytics.com
https://client.go-sign-desktop.com:8782/gosign-desktop
https://graph.microsoft.com/v1.0/drive/items/
https://api.taxamo.com/js/v1/taxamo.all.js
[API_URL]
[WEB_URL];
style-src
'self';
img-src
'self'
[API_URL]
[WEB_URL]
data:
blob:;
font-src
'self'
https://fonts.gstatic.com/
data:;
connect-src
'self'
https://t1c.t1t.io:58937/
https://t1c.t1t.io:51883/v3/
https://t1c.t1t.io:51883/
https://t1c.t1t.io:58937/v3/
https://www.google-analytics.com
https://beta10.demo.signinghub.com/
https://65.52.68.199:8778/adss/gosign/handler
https://test.eideasy.com/api/
https://id.eideasy.com/api/
https://app.powerbi.com
https://stats.g.doubleclick.net
https://graph.microsoft.com/v1.0/
https://dc.services.visualstudio.com/v2/track
https://graph.microsoft.com/v1.0/drive/items
https://client.go-sign-desktop.com:8782
https://web.signinghub.com/adss/gosign/handler
https://client.go-sign-desktop.com:8782/gosign-desktop
https://graph.microsoft.com/v1.0/me/drive/items/
[API_URL]
[WEB_URL];
child-src
'self'
https://docs.google.com/picker
https://client.go-sign-desktop.com:8782/gosign-desktop
https://accounts.google.com
https://api.taxamo.com/
https://t1c.t1t.io:58937/
https://t1c.t1t.io:51883/v3/
https://t1c.t1t.io:51883/
https://t1c.t1t.io:58937/v3/
https://c.taxamo.com/
https://p.taxamo.com/
https://www.google.com/
https://t1c.t1t.io
https://acc-ds.t1t.io/v3/tokens/application;
frame-src
https://api.taxamo.com/
https://p.taxamo.com/
https://app.powerbi.com/;
frame-ancestors
[WEB_URL];
base-uri
'self';
Demo content security policy
Specify the Content Security Policy for the SigningHub Demo. By default, the value for this field will be fetched from the database, but it can be updated as per the requirements of the user. The maximum character limit for this field is, 4000 characters. The default value for this field will be:
object-src
'none';
default-src
'self';
connect-src
'self';
child-src
'self'
[WEB_URL];
script-src
'self'
'unsafe-inline'
'unsafe-eval';
style-src
'self'
'unsafe-inline';
frame-ancestors
'self';
img-src
'self'
*
data:
blob:;
Last updated