Open mrdevver opened 1 year ago
Can you point out where the eval() method is? I couldn't find it in a cursory search.
Oh you know it might be the same problem as this issue here: https://github.com/brownhci/WebGazer/issues/211
Luckily, it seems like there's a proposed PR. Could you test it out?
Hi team,
I want to integrate your wonderful library into a site but in your code, it has some eval() method that violates the CSP of the website, how should I do in this case to resolve or workaround this? The idea I'm doing is to build a chrome extension that will inject your library into the current webpage but I get into this issue.
Could you please help to advise?
Thank you.