summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-14 19:05:01 +0200
committerEnno Boland (tox) <tox@s01.de>2009-10-14 19:05:01 +0200
commit533c8e5b35e09541f264b7ac8626832eb7e5f076 (patch)
tree070f5b7b86587a73d2583dc9d600b17500ec4042 /config.def.h
parentd97b8adfde2b6c013025e1d4e9a8c9d773149e94 (diff)
downloadsurf-533c8e5b35e09541f264b7ac8626832eb7e5f076.tar.gz
surf-533c8e5b35e09541f264b7ac8626832eb7e5f076.tar.bz2
surf-533c8e5b35e09541f264b7ac8626832eb7e5f076.zip
better useragent string (for google-* and stuff)
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 036da80..e2f1ba3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,5 +1,5 @@
/* modifier 0 means no modifier */
-static gchar *useragent = "Mozilla/5.0 (This is surf. Really! KHTML, like Gecko) Safari/531.2+";
+static gchar *useragent = "Mozilla/5.0 (X11; U; Linux; en-us) AppleWebKit/531.2+ (KHTML, like Gecko, surf-"VERSION") Safari/531.2+";
static gchar *progress = "#FF0000";
static gchar *progress_trust = "#00FF00";
static gchar *stylefile = ".surf/style.css";