tchanging user agent string as suggested by Marvin Vek - surf - customized build of surf, the suckless webkit browser
HTML git clone git://src.adamsgaard.dk/surf
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit d46697044e585b5bc37b98fcdd8253c6f48e203d
DIR parent 36129338cfd64fd9aee8862060cddfd186d8b486
HTML Author: Enno Boland (tox) <tox@s01.de>
Date: Tue, 25 May 2010 10:34:43 +0200
changing user agent string as suggested by Marvin Vek
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/config.def.h b/config.def.h
t@@ -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";