some people disable javascript in their browsers for more security.i want to know is there any serious threat in javascript scripts?
i read in a book that there isnt any serious security problem in javascript scripts!
some people disable javascript in their browsers for more security.i want to know is
Share
Javascript can be exploited for several well-known and common attacks, including Cross-Site Scripting (XSS) and Cross-Site Request Forgery (XSRF).
It’s like any technology. It can be used for good or bad. I’m not saying to disable it, but either of those can be considered a “serious threat” and they’re worth knowning about.