Variable: eww-use-external-browser-for-content-type
eww-use-external-browser-for-content-type is a customizable variable
defined in eww.el.gz.
Value
"\\`\\(video/\\|audio/\\|application/ogg\\)"
Documentation
Always use external browser for specified content-type.
This variable was added, or its default value changed, in Emacs 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defcustom eww-use-external-browser-for-content-type
"\\`\\(video/\\|audio/\\|application/ogg\\)"
"Always use external browser for specified content-type."
:version "24.4"
:group 'eww
:type '(choice (const :tag "Never" nil)
regexp))