diff --git a/src/page-wiki.rkt b/src/page-wiki.rkt index 96410d0..d003cff 100644 --- a/src/page-wiki.rkt +++ b/src/page-wiki.rkt @@ -166,7 +166,8 @@ (λ (v) (and (config-true? 'strict_proxy) (eq? element-type 'a) - (has-class? "image-thumbnail" v))) + (or (has-class? "image-thumbnail" v) + (has-class? "image" v)))) (λ (v) (attribute-maybe-update 'href u-proxy-url v))) ; proxy images from src attributes (curry attribute-maybe-update 'src u-proxy-url)