Variable: shr-allowed-images
shr-allowed-images is a customizable variable defined in shr.el.gz.
Value
nil
Documentation
If non-nil, only images that match this regexp are displayed.
If nil, all URLs are allowed. Also see shr-blocked-images.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defcustom shr-allowed-images nil
"If non-nil, only images that match this regexp are displayed.
If nil, all URLs are allowed. Also see `shr-blocked-images'."
:version "29.1"
:type '(choice (const nil) regexp))