Quote:
Originally Posted by rockdalinux
Try this
Code:
#### stop image hijacking (anti-hotlinking)
$HTTP["referer"] =~ ".*BADDOMIN\.com.*" {
url.access-deny = ( "jpg", "png", "js", "jpeg", "gif" )
}
Replace BADDOMIN with actual domain i.e. block hotlinking domain
|
Would you be able to add a wild card to block all domains and then add a rule to allow just your site?