Hi, I am trying to prevent hotlinking of images from my websites, by making a Firewall Rules, but it needs to allow Search engines like google and yahoo to index my photos! By searching the web I haven’t found a Firewall Rules that are confirmed to work
I have come to this solution below. ( I am not a programmer; I can manage copy and paste)
(http.request.method eq “GET” and http.referer ne “.example.com” and not http.user_agent contains “(googlebot| cf.client.bot | yahoobot )” and http.request.uri.path eq “/ content / jpg /”)
Any help appreciated.