What are the security related issues in JavaScript scripts?
Answer Posted / rubin thomas
Basically all that naveen said is true but there cannot be
any instance of js hiding it can always be viewalble if u
know how to do it.
Also other security issues are that u can track the ip of
the system on which the site has been view also the time of
loading on the current system.
Since javascript has no current standard which monitors the
use of js it can be used in any way you want to.
Therefore security related issues in javascript is just a
idea but never a hard code procedure.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What are the different objects used in javascripts?
What are the datatypes in javascript?
Is dart better than javascript?
How do you declare a variable in javascript?
What is data types in javascript?
To set all checkboxes to true using javascript?
What is called variable?
Between JavaScript and an ASP script, which is faster?
What is ‘this’ keyword in JavaScript?
What does the instanceof operator do?
Which built-in method returns the character at the specified index?
Define unescape() and escape() functions?
How to read elements of an array in JavaScript?
What is strict mode?
Why do we need hoisting in javascript?