Variable: eww-search-confirm-send-region

eww-search-confirm-send-region is a customizable variable defined in eww.el.gz.

Value

t

Documentation

Whether to ask for confirmation before sending the region to a search engine.

Non-nil if EWW should ask for confirmation before sending the selected region to the configured search engine. This is the default to mitigate the risk of accidental data leak. Set this variable to nil to send the region to the search engine straight away.

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

Source Code

;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defcustom eww-search-confirm-send-region t
  "Whether to ask for confirmation before sending the region to a search engine.
Non-nil if EWW should ask for confirmation before sending the
selected region to the configured search engine.  This is the
default to mitigate the risk of accidental data leak.  Set this
variable to nil to send the region to the search engine
straight away."
  :version "31.1"
  :type 'boolean)