How to change eval (due to CSP Implemenation)
is there are any easier way to remove eval() with different methods as I have a used alot in my code but it fails CSP.
sample code: eval(“documents.forms[0].byr”+x).disabled=false;
is there are any easier way to remove eval() with different methods as I have a used alot in my code but it fails CSP.
sample code: eval(“documents.forms[0].byr”+x).disabled=false;