I have some jquery plugins hosted on my server, but I’d like it to be available only to my visitors.. I’m paranoid other websites might just link to my js files and steal my bandwidth.
How would you solve this problem?
I have some jquery plugins hosted on my server, but I’d like it to
Share
You can use your .htaccess file to restrict the domain.
Selective hotlinking prevention through .htaccess
Prevent Hotlinking of Image, Script, CSS etc Using .htaccess