We use jquery-datatable to render a piece of material obtained by table, and one of the columns will encounter something like:
8080::HTTP/1.1 200 OK | < script > window.location.href = " http://example:8080/a.asp";</script>
when rendering, the browser executes the script and the page jumps.
what can I do to prevent running JavaScript, to solve security implications?