Proxy links with class image #5

Merged
cadence merged 1 commits from blankie/breezewiki:proxy-image-class into main 2022-10-13 09:46:18 +00:00
1 changed files with 2 additions and 1 deletions

View File

@ -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)