In a production environment, are there any issues with including statements like
$('#revcntnr').load('/js/revdetlkup.ajax.php', passdata);
in a .js file?
Is there any way to keep someone from retrieving the file by simply reviewing page source and clicking on the src='/js/script_f1.js' to retrieve the file.
I guess my concern is disclosing directory structure and file names. Again, are there any issues with making those public?
Thanks








Bookmarks