Hi,
Here's my problem: I want to prevent user from editing my JS files using Google Chrome Development Tools. I know the changes will not be visible for everybody, but I still don't want him to be able to mess around with my Ajax connections or something similar. Is there any way to do this or I should simply not rely too much on JS?
Is it possible?
Page 1 of 12 Replies - 346 Views - Last Post: 26 August 2012 - 02:38 AM
Replies To: Is it possible?
#2
Re: Is it possible?
Posted 26 August 2012 - 12:44 AM
You aren't going to be able to prevent the user from doing so, because they are downloaded and executed purely on the client. There should never be any threat coming from AJAX calls - if there are, that's something that you need to implement a server-side prevention for - so there should be no reason to try to block this.
#3
Re: Is it possible?
Posted 26 August 2012 - 02:38 AM
Thanks for your reply, I posted this question because I wanted to hear an extra opinion, I usually don't rely too much on Javascript
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|