diff options
author | corvid <corvid@lavabit.com> | 2011-10-13 04:11:58 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-10-13 04:11:58 +0000 |
commit | d295fde9e940980ad369300893c92e6abaeb4c65 (patch) | |
tree | 967d5cddc411f036142797a51bbb4f4ca0dbe485 | |
parent | 535d54bb074e6ecc492b72ee776a988068174602 (diff) |
dillorc: update user agent sample strings
-rw-r--r-- | dillorc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -165,9 +165,9 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # # 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) +# http_user_agent="Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1" +# http_user_agent="Wget/1.12 (linux-gnu)" +#The default is "Dillo/"+current_version_number #------------------------------------------------------------------------- # COLORS SECTION |