summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/options.h3
1 files changed, 3 insertions, 0 deletions
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)