Hi there, I have been trying to implement the react fingerprint js npm package into my next js project and come up against CSP issues blocking requests to your servers.
I just cloned your next js example package and can confirm the same CSP issues occur here. Please could you help me understand how I can work around this please?
Hi there, I have been trying to implement the react fingerprint js npm package into my next js project and come up against CSP issues blocking requests to your servers.
I just cloned your next js example package and can confirm the same CSP issues occur here. Please could you help me understand how I can work around this please?
I have tried to update the CSP in the
next.config.js
based on these docs but still the requests are being blocked: https://nextjs.org/docs/advanced-features/security-headers https://dev.fingerprint.com/docs/js-agent-cspAny help resolving this issue would be greatly appreciated. Please let me know if I can provide any further information