Variable: eww-local-regex
eww-local-regex is a variable defined in eww.el.gz.
Value
"localhost"
Documentation
When this regex is found in the URL, it's not a keyword but an address.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defvar eww-local-regex "localhost"
"When this regex is found in the URL, it's not a keyword but an address.")