adds another domain for hotlinking images
This commit is contained in:
parent
30e96e05fd
commit
4e722147ec
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue