Hello -
I'm part of a new incident response team within a medium size company. I am not a programmer, rather a forensics analyst. Would you programmers be able to tell me a little more about js/common/js as it appears at the end of a website. Should this be available to access through a browser, so any 'joe' can see the context? Or is this a server risk?
Thank you
js/common/js
Started by TheAntBully, Jul 23 2009 07:38 AM
3 replies to this topic
#1
Posted 23 July 2009 - 07:38 AM
|
|
|
#2
Posted 23 July 2009 - 09:01 AM
Did you mean js/common.js? If so, that as an integral part of the website. Without that file being available, users cannot interact correctly with the website.
#3
Posted 23 July 2009 - 09:03 AM
thank you for the response. i did mean js/common.js. what is the purpose of a regular user being able to see that code? is it just meant for programming purposes for the website developer?
#4
Posted 23 July 2009 - 10:17 AM
The common.js is a separate file containing the javascript code that is supposed to run in the browser as part of the site. The details of what is in it will vary from site to site, but it does not run on your server, it runs in your clients' browsers.


Sign In
Create Account

Back to top









