What is the most defensive way of blocking someone from viewing source code? I know people can still get to it -- but hopefully those of a lesser tech people cannot get to it?
It's .htaccess -- right?
What is the most defensive way of blocking someone from viewing source code? I know people can still get to it -- but hopefully those of a lesser tech people cannot get to it?
It's .htaccess -- right?
I don't think it's .htaccess, you can use that to block access to your files all together.
1: How can I obfuscate (protect) JavaScript?
2: http://www.minifyjavascript.com/
3: Tool to reverse Javascript minify?