update htaccess file
This commit is contained in:
parent
6b11a1a000
commit
f29df8f314
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue