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.

This variable was added, or its default value changed, in Emacs 24.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."
  :version "24.1"
  :type '(choice (const nil) regexp))