diff --git a/static/.htaccess b/static/.htaccess index d4fa345..b8a012e 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -18,6 +18,8 @@ Header set Vary: Origin RewriteEngine On RewriteCond %{REQUEST_URI} !hotlinked\.png$ RewriteCond "%{HTTP_REFERER}" "!^$" +RewriteCond "%{HTTP_REFERER}" "!www.google.com" +RewriteCond "%{HTTP_REFERER}" "!www.bing.com" RewriteCond "%{HTTP_REFERER}" "!oe7drt.com" [NC] RewriteRule "\.(gif|jpe?g|png)$" "https://oe7drt.com/hotlinked.png" [R,L]