aboutsummaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-09-03 18:37:06 +0000
committercorvid <corvid@lavabit.com>2009-09-03 18:37:06 +0000
commit6d9ff8f4465218ee55ee25c1ae37868a8304b6eb (patch)
treed117b93aef6a01498cd98b2b79b61c31921f4a4e /src/prefs.h
parent1428b404564a2d36e7726849981929d3f28fe0fb (diff)
By default, do not use proxy for localhost
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index da7a90a7..9067b564 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -30,6 +30,7 @@ extern "C" {
#define PREFS_FONT_FANTASY "DejaVu Sans" /* TODO: find good default */
#define PREFS_FONT_MONOSPACE "DejaVu Sans Mono"
#define PREFS_SEARCH_URL "http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
+#define PREFS_NO_PROXY "localhost 127.0.0.1"
#define PREFS_SAVE_DIR "/tmp/"
#define PREFS_HTTP_REFERER "host"