pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3612933
)
changing user agent string as suggested by Marvin Vek
author
Enno Boland (tox)
<tox@s01.de>
Tue, 25 May 2010 08:34:43 +0000
(10:34 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Tue, 25 May 2010 08:34:43 +0000
(10:34 +0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
e6da45b
..
aebf0eb
100644
(file)
--- 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";