From 4d41cddbadea6d987fe570b2f6c09859e00f272f Mon Sep 17 00:00:00 2001 From: Paul Bonser Date: Mon, 4 Mar 2013 15:09:35 -0600 Subject: [PATCH] [fixes #87] Don't set proxy settings by default --- priv/ibrowse.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/ibrowse.conf b/priv/ibrowse.conf index 83412d7..811f55e 100644 --- a/priv/ibrowse.conf +++ b/priv/ibrowse.conf @@ -15,4 +15,4 @@ %% If SSL is to be used, both the options, is_ssl and ssl_options MUST be specified %% where option() is all options supported in the ssl module -{{options, "www.google.co.uk", 80}, [{proxy_host, "proxy"}, {proxy_port, 8080}, {proxy_user, "cmullaparthi"}, {proxy_password, "20nov99"}]}. +%% {{options, "www.google.co.uk", 80}, [{proxy_host, "proxy"}, {proxy_port, 8080}, {proxy_user, "cmullaparthi"}, {proxy_password, "20nov99"}]}.