http-client icon indicating copy to clipboard operation
http-client copied to clipboard

Avoid the use of eval()

Open naltatis opened this issue 7 years ago • 0 comments

I'm in the process of activating CSP for a project. Thereby I, or better the browser, noticed that http-client internally uses eval(). I haven't quite figured out why this necessary at this place, but I'd like to have it replaced with a non eval-construct. Can you help me out?

naltatis avatar Jun 15 '17 18:06 naltatis