From 4e722147ec704c3b7ed554e788e2fdea27292b79 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 5 Jan 2025 07:38:40 +0100 Subject: [PATCH] adds another domain for hotlinking images --- static/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/static/.htaccess b/static/.htaccess index f71d595..d8a56e8 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -23,6 +23,7 @@ RewriteCond "%{HTTP_REFERER}" "!www.bing.com" RewriteCond "%{HTTP_REFERER}" "!duckduckgo.com" RewriteCond "%{HTTP_REFERER}" "!oe7drt.com" [NC] RewriteCond "%{HTTP_REFERER}" "!oe7drt.net" [NC] +RewriteCond "%{HTTP_REFERER}" "!5uxkejb6la7olhncaotybxrscmdlbxwy64ucuyrum4tsgfuoxbyav2qd.onion" [NC] RewriteRule "\.(gif|jpe?g|png)$" "https://oe7drt.com/hotlinked.png" [R,L] # Other rewrites