| tbetter useragent string (for google-* and stuff) - surf - customized build of … | |
| git clone git://src.adamsgaard.dk/surf | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 533c8e5b35e09541f264b7ac8626832eb7e5f076 | |
| parent d97b8adfde2b6c013025e1d4e9a8c9d773149e94 | |
| Author: Enno Boland (tox) <[email protected]> | |
| Date: Wed, 14 Oct 2009 19:05:01 +0200 | |
| better useragent string (for google-* and stuff) | |
| Diffstat: | |
| M config.def.h | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/config.def.h b/config.def.h | |
| t@@ -1,5 +1,5 @@ | |
| /* modifier 0 means no modifier */ | |
| -static gchar *useragent = "Mozilla/5.0 (This is surf. Really! KHTML, like… | |
| +static gchar *useragent = "Mozilla/5.0 (X11; U; Linux; en-us) AppleWebKit… | |
| static gchar *progress = "#FF0000"; | |
| static gchar *progress_trust = "#00FF00"; | |
| static gchar *stylefile = ".surf/style.css"; |