You're probably right. If you click through, then return, the image shows up. Any idea how to configure your server so that people can't inline your images?
You can probably make a handler script or something like that to check and only send images if the referer is your own site.
I have personally done it by not having the images as downloadable .jpgs (or whatever) and instead storing them in a database; the files get sent using a PHP script.
Comments 4
Reply
Reply
You're probably right. If you click through, then return, the image shows up. Any idea how to configure your server so that people can't inline your images?
-CT
Reply
I have personally done it by not having the images as downloadable .jpgs (or whatever) and instead storing them in a database; the files get sent using a PHP script.
Reply
Leave a comment