|
|
Joined: Feb 2001
Posts: 46
Member
|
Member
Joined: Feb 2001
Posts: 46 |
Hey, I have a question. I have a Javascript file (.js) that I run on my webpage and I want people to be able to run it on the page. But I don't want them able to type in the js's filename and be able to download it. Is there anyway I can CHMOD it so they can run it but not download it? Thanks for your help! 
|
|
|
|
Joined: Jul 2000
Posts: 1,349
Member
|
Member
Joined: Jul 2000
Posts: 1,349 |
Fraid not. Short answer is that all the verification is done clientside (which is NOT secure) so the server only knows that someone wants to see the file; it doesn't know whether it's a browser or a user doing it.
Long answer is that it *is* possible to check for the usual signs of a browser, and deny reading of the file if they're not there, but there are pleanty of ways round this, it's fiddley, and doesn't work with everything.
What information are you trying to protect in the JS file? Just the code to do something, or passwords/sensitive data?
|
|
|
|
Joined: Feb 2001
Posts: 90
Member
|
Member
Joined: Feb 2001
Posts: 90 |
Mini, if anything, you can try to encrypt the data. If you are using passwords I know of a great program to encrypt stuff.
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 69
Joined: January 2001
|
|
Forums63
Topics37,575
Posts293,932
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|