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
