diff options
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 38 |
1 files changed, 35 insertions, 3 deletions
diff --git a/lynx.cfg b/lynx.cfg index 36406e5c..2d7b2772 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -1,13 +1,13 @@ -# $LynxId: lynx.cfg,v 1.294 2018/03/21 16:20:42 tom Exp $ +# $LynxId: lynx.cfg,v 1.296 2018/03/27 23:23:53 tom Exp $ # lynx.cfg file. # The default placement for this file is /usr/local/lib/lynx.cfg (Unix) # or Lynx_Dir:lynx.cfg (VMS) # # $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$ -#PRCS LYNX_VERSION "2.8.9dev.17" +#PRCS LYNX_VERSION "2.8.9dev.18" # # $Format: "#PRCS LYNX_DATE \"$ProjectDate$\""$ -#PRCS LYNX_DATE "Wed, 21 Mar 2018 12:20:42 -0400" +#PRCS LYNX_DATE "Tue, 27 Mar 2018 04:22:59 -0400" # # Definition pairs (configuration settings) are of the form # VARIABLE:DEFINITION @@ -3797,3 +3797,35 @@ COLOR:6:brightred:black # several other features of HTTP/1.1. You may encounter a server which does # not support HTTP/1.0 which can be used by switching to the later protocol. #HTTP_PROTOCOL:1.0 + +.h2 GUESS_SCHEME +# When true, Lynx may fill in a missing "scheme" for URIs which you provide. +# This is different from URL_DOMAIN_PREFIXES and URL_DOMAIN_SUFFIXES. +# +# If no "scheme" (such as "http:", "ftp:") is given in a URI, Lynx first checks +# if there is a corresponding local file which can be accessed directly. +# Failing that, Lynx may inspect the URI to see if it begins with a prefix +# which implies a scheme. +# +# Lynx uses these schemes for the corresponding prefixes: +# +# cso: +# "cso." +# "ns." +# "ph." +# ftp: +# "ftp." +# gopher: +# "gopher." +# http: +# "www". +# news: +# "news." +# nntp: +# "nntp." +# wais: +# "wais." +# +# The default value FALSE disables this guess, telling Lynx to just assume that +# "http:" was intended. +#GUESS_SCHEME:FALSE |