Mercurial > dillo_port1.3
diff dillorc @ 1560:c47ab3201464
add http_user_agent preference
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007267.html
author | Alexander Voigt, corvid |
---|---|
date | Thu, 11 Feb 2010 22:17:57 +0000 |
parents | 356c339d0761 |
children | 2650456b8199 |
line wrap: on
line diff
--- a/dillorc Thu Feb 11 20:11:03 2010 +0000 +++ b/dillorc Thu Feb 11 22:17:57 2010 +0000 @@ -140,6 +140,18 @@ # path : Send the requested URI's host and path. #http_referer=host +# Set the HTTP User-Agent header. +# This can be useful for privacy and for working around servers who think +# Dillo is less capable than it really is. However, if you pretend to use a +# different browser, servers may send you pages that work with the features +# and bugs of that other browser -- or even disallow access in cases like +# wget or googlebot. Remember this before submitting bug reports. +# +# See http://zytrax.com/tech/web/browser_ids.htm for a compilation of strings. +# +# http_user_agent="Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6" +# http_user_agent="Wget/1.11.4" +#The default is Dillo/(current version number) #------------------------------------------------------------------------- # COLORS SECTION