Most of the images on my site are svg and I would like to protect them somehow.. I tried with block right click but when you drag the photo in an new tag appear the link my svg image.. how could I restrict that?
I tried with .htaccess
but nothing.. i dont success.. anyone can help me with some advices?
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?mysite.com [NC]
RewriteRule \.(jpg|jpeg|png|svg)$ - [NC,F,L]