diff options
Diffstat (limited to 'apache.txr')
-rw-r--r-- | apache.txr | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,9 @@ @ (elif (search-regex (downcase-str agent) #/ezoom|bot|spider|crawler|scan|yandex|coccoc|github|python/)) @ (bind points 9) -@ (elif (not (memqual err '("200" "206" "301" "302" "304")))) +@ (elif (and (not (memqual err '("200" "206" "301" "302" "304"))) + (not (or (mequal (short-suffix uri) "ico" "jpg" "png" "gif"))))) +))) @ (bind points 1) @ (else) @ (bind points 0) |