What are the security related issues in JavaScript scripts?
Answers were Sorted based on User's Feedback
Answer / naveen das
Basically the source code of the Javascript will be visible
when we select the source,hence the javascript part of the
code is fully transparent.
Secondly javascripts can be disabled on the browser easily
| Is This Answer Correct ? | 20 Yes | 4 No |
Answer / rajesh
One better way to hide the script is, Load a pane and write
all the scripts there... and the use them in the pages you
are displaying.
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / 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 |
How to load another html page from javascript?
What are the valid scopes of a variable in JavaScript?
What is meant by vanilla javascript?
Which javascript framework is in demand?
show the date in textbox when we select item (items like-- today,yesterday,lastweek,lastmonth,lastyear) from dropdownlist using javascript?
Which built-in method combines the text of two strings and returns a new string?
Can I learn javascript without html?
What is an object in javascript, give an example?
What is bom?
What is use of JavaScript and jquery?
How to write normal text code using JavaScript dynamically?
Explain closures in javascript?