https://bugs.koozali.org/show_bug.cgi?id=12404

--- Comment #2 from Jean-Philippe Pialasse <[email protected]> ---
eg : 

    RewriteEngine On
    RewriteCond %{HTTP_REFERER} !^$ [NC]  # Allow direct access (empty referer)
    RewriteCond %{HTTP_REFERER} !^https?://(www\.)?yourdomain\.com [NC] #
Replace with your domain
    RewriteRule \.(gif|jpg|png|pdf)$ - [F,NC] # Deny access to specified file
types


note referer can be fake or stripped

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to