May 3, 2012

is there a way to disable javascript debugging on a live server

Question by kayfun

Is there a way to tell debugging tools (firebug and the likes) never to be enabled for your website regardless of user’s browser configurations?

Answer by Konstantin Pribluda

no.

client is free to do whatever it sees fit with your javascript. You may try to obfuscate – but this is not effective against determined developers

Answer by Starx

Scripts, HTML, CSS, Images everything is loaded to the client before the page opens. So he can do anything he likes with what he has in his system. There is no way to disable it.

Even If there is a possibility of doing such, he can remove that as well.

So, basically its a wasted effort.

Author: Nabin Nepal (Starx)

Hello, I am Nabin Nepal and you can call me Starx. This is my blog where write about my life and my involvements. I am a Software Developer, A Cyclist and a Realist. I hope you will find my blog interesting. Follow me on Google+

...

Please fill the form - I will response as fast as I can!