diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-10-14 16:28:00 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-10-14 16:28:00 +0200 |
commit | d97b8adfde2b6c013025e1d4e9a8c9d773149e94 (patch) | |
tree | 23b7487a1eb828dff320d68f370fe5c0d5296b9f /config.def.h | |
parent | 24bbd6be02e87926e803028477538ce929253626 (diff) | |
download | surf-d97b8adfde2b6c013025e1d4e9a8c9d773149e94.tar.gz surf-d97b8adfde2b6c013025e1d4e9a8c9d773149e94.tar.bz2 surf-d97b8adfde2b6c013025e1d4e9a8c9d773149e94.zip |
changing useragent.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index e1b6df7..036da80 100644 --- a/config.def.h +++ b/config.def.h @@ -1,4 +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 *progress = "#FF0000"; static gchar *progress_trust = "#00FF00"; static gchar *stylefile = ".surf/style.css"; |