+ 2
How can I prevent users from downloading images from my site?
Website protection
3 Respuestas
+ 9
This link would help you out:
https://graphpaperpress.com/blog/protect-website-image-stealing/
+ 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