diff options
author | Alexander Voigt, corvid <devnull@localhost> | 2010-02-11 22:17:57 +0000 |
---|---|---|
committer | Alexander Voigt, corvid <devnull@localhost> | 2010-02-11 22:17:57 +0000 |
commit | 41406289c99e0cd17c608ed730b6c75007e9a127 (patch) | |
tree | ad6346a578b85f318360a9b21130d36d0d21bf1d /dillorc | |
parent | 0ab3ead077237d86b8944fba5fe269435114ca5c (diff) |
add http_user_agent preference
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007267.html
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |