Function: shr-image-blocked-p
shr-image-blocked-p is a byte-compiled function defined in shr.el.gz.
Signature
(shr-image-blocked-p URL)
Source Code
;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defun shr-image-blocked-p (url)
(or (and shr-blocked-images
(string-match shr-blocked-images url))
(and shr-allowed-images
(not (string-match shr-allowed-images url)))))