From: Tim Ruehsen Date: Fri, 23 Aug 2013 14:23:25 +0000 (+0200) Subject: add httpsonly to sample wgetrc X-Git-Tag: v1.15~25 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=e6123ed6458893f418d5ae2abba3d251080f99c5 add httpsonly to sample wgetrc --- diff --git a/doc/ChangeLog b/doc/ChangeLog index d283055a..3064fd6a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-08-23 Tim Ruehsen + + * sample.wgetrc: added "httpsonly" example + 2013-08-22 Tim Ruehsen * wget.texi: added description for --https-only diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc index 064ceb16..91b6e6ca 100644 --- a/doc/sample.wgetrc +++ b/doc/sample.wgetrc @@ -123,3 +123,6 @@ # Force the default remote server encoding #remoteencoding = UTF-8 + +# Turn on to prevent following non-HTTPS links when in recursive mode +#httpsonly = off