Skip to main content

Using Billy Grace with Content Security Policy

All Billy Grace domains you need to allow in your CSP or Firewall

Written by Tim Schouten
Updated over 8 months ago

Content Security Policy (CSP) is a security mechanism that helps protect against content injection attacks, such as Cross Site Scripting (XSS).

In order for Billy Grace to accurately gather data, you will need to allow the following domains:

script-src https://bgmin.cdn.billygrace.com
connect-src https://b.billypx.com

The above ones are the necessary domains. It is also possible to allow all Billy Grace type of domains. Here below:

script-src https://*.billygrace.com
connect-src https://*.billypx.com
Did this answer your question?