diff --git a/static/.htaccess b/static/.htaccess index a3ccf30..2b1a2d9 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -20,6 +20,7 @@ RewriteCond %{REQUEST_URI} !hotlinked\.png$ RewriteCond "%{HTTP_REFERER}" "!^$" RewriteCond "%{HTTP_REFERER}" "!www.google.com" RewriteCond "%{HTTP_REFERER}" "!www.bing.com" +RewriteCond "%{HTTP_REFERER}" "!duckduckgo.com" RewriteCond "%{HTTP_REFERER}" "!oe7drt.com" [NC] RewriteCond "%{HTTP_REFERER}" "!oe7drt.net" [NC] RewriteRule "\.(gif|jpe?g|png)$" "https://oe7drt.com/hotlinked.png" [R,L]