adds another domain for hotlinking images

This commit is contained in:
Dominic Reich 2025-01-05 07:38:40 +01:00
parent 30e96e05fd
commit 4e722147ec
Signed by: dominic
GPG key ID: 0B5787DB23049C45

View file

@ -23,6 +23,7 @@ RewriteCond "%{HTTP_REFERER}" "!www.bing.com"
RewriteCond "%{HTTP_REFERER}" "!duckduckgo.com" RewriteCond "%{HTTP_REFERER}" "!duckduckgo.com"
RewriteCond "%{HTTP_REFERER}" "!oe7drt.com" [NC] RewriteCond "%{HTTP_REFERER}" "!oe7drt.com" [NC]
RewriteCond "%{HTTP_REFERER}" "!oe7drt.net" [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] RewriteRule "\.(gif|jpe?g|png)$" "https://oe7drt.com/hotlinked.png" [R,L]
# Other rewrites # Other rewrites