diff options
author | Enno Boland (tox) <tox@s01.de> | 2010-05-25 10:34:43 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2010-05-25 10:34:43 +0200 |
commit | d46697044e585b5bc37b98fcdd8253c6f48e203d (patch) | |
tree | a83f1140ad1cd0e72d0977cf0ffee7c875ea30cf | |
parent | 36129338cfd64fd9aee8862060cddfd186d8b486 (diff) | |
download | surf-d46697044e585b5bc37b98fcdd8253c6f48e203d.tar.gz surf-d46697044e585b5bc37b98fcdd8253c6f48e203d.tar.bz2 surf-d46697044e585b5bc37b98fcdd8253c6f48e203d.zip |
changing user agent string as suggested by Marvin Vek
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index e6da45b..aebf0eb 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,5 @@ /* modifier 0 means no modifier */ -static char *useragent = "Mozilla/5.0 (X11; U; Linux; en-us) AppleWebKit/531.2+ (KHTML, like Gecko, surf-"VERSION") Safari/531.2+"; +static char *useragent = "Surf/"VERSION" (X11; U; Unix; en-US) AppleWebKit/531.2+ Compatible (Safari)"; static char *progress = "#FF0000"; static char *progress_trust = "#00FF00"; static char *stylefile = ".surf/style.css"; |