Variable: shr-blocked-images

shr-blocked-images is a customizable variable defined in shr.el.gz.

Value

nil

Documentation

Images that have URLs matching this regexp will be blocked.

If nil, no images are blocked. Also see shr-allowed-images.

This variable was added, or its default value changed, in Emacs 24.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defcustom shr-blocked-images nil
  "Images that have URLs matching this regexp will be blocked.
If nil, no images are blocked.  Also see `shr-allowed-images'."
  :version "24.1"
  :type '(choice (const nil) regexp))