Quantcast
Channel: Active questions tagged javascript - Stack Overflow
Viewing all articles
Browse latest Browse all 138221

How to check the XSS issue in Javascript file or how to apply sanitizer in JS file [closed]

$
0
0

How to apply sanitizer or Vulnerability issue of code in below.

***var optval = document.getElementById(idFrom).value;***

XMLHttpRequest. Open("GET", optval, true) ;


Viewing all articles
Browse latest Browse all 138221

Trending Articles