+ 2

How can I prevent users from downloading images from my site?

Website protection

8th Oct 2017, 5:25 AM
Rabson J Phiri
Rabson J Phiri - avatar
2 odpowiedzi
8th Oct 2017, 5:45 AM
Dev
Dev - avatar
+ 1
all images are downloaded to local storage which can then simply be copied to permanent directory the only solution I can think of is to draw it with JavaScript so that it's not stored as a file, rather it is rendered by the browser in real-time the user would still be able to take a screenshot so there isn't any definite way to protect your files in general all website resources are downloaded to the clients computers there is no real way to prevent this
27th Oct 2017, 6:08 AM
Adam
Adam - avatar