From 4e248695248d2c749b2d9e892549ba0e9390a3d0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 4 Jun 2013 18:11:15 +0100 Subject: Add and use no proxy list option --- desktop/options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop/options.h') diff --git a/desktop/options.h b/desktop/options.h index 79566184b..391dfbc08 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -56,6 +56,9 @@ NSOPTION_STRING(http_proxy_auth_user, NULL) /** Proxy authentication password */ NSOPTION_STRING(http_proxy_auth_pass, NULL) +/** Proxy omission list */ +NSOPTION_STRING(http_proxy_noproxy, "localhost") + /** Default font size / 0.1pt. */ NSOPTION_INTEGER(font_size, 128) -- cgit v1.2.3