I use node-jose library to encrypt my data before sending it to the server. This works great. However, I can see that the web assembly which is a dependency of node-jose, has wasm-eval, which some browsers do report and some do not.
Due to a very strict policy of CSP requirements at our server end, we cannot allow wasm-eval to whitelist in our server CSP policy due to network security.
I cannot use the library as it is throwing wasm-eval. Any help would be appreciated?