]> Skullheadx's Git Forge - surf.git/commitdiff
better useragent string (for google-* and stuff)
authorEnno Boland (tox) <tox@s01.de>
Wed, 14 Oct 2009 17:05:01 +0000 (19:05 +0200)
committerEnno Boland (tox) <tox@s01.de>
Wed, 14 Oct 2009 17:05:01 +0000 (19:05 +0200)
config.def.h

index 036da802e7e3d47fd1b3d0da97d017083ddf8f38..e2f1ba355c3fcec0cb335de9c465188d462f7d3e 100644 (file)
@@ -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";