I’m using Vizdom to generate auto-layout for nodes in my application. Everything works fine until I enforce strict CSP headers.
Currently, to get Vizdom working with CSP, I have to allow unsafe-eval or wasm-unsafe-eval. This is a security risk and conflicts with modern best practices for CSP.
Is there a way to use vizdom without allowing eval?