Sorry, I forgot this in my last patch which has already been pushed.

Regards ,tim
>From 059b627cc7438b71147c52eebeadaaba46e78e2f Mon Sep 17 00:00:00 2001
From: Tim Ruehsen <[email protected]>
Date: Fri, 23 Aug 2013 16:23:25 +0200
Subject: [PATCH] add httpsonly to sample wgetrc

---
 doc/ChangeLog     | 4 ++++
 doc/sample.wgetrc | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/doc/ChangeLog b/doc/ChangeLog
index d283055..3064fd6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-23  Tim Ruehsen  <[email protected]>
+
+	* sample.wgetrc: added "httpsonly" example
+
 2013-08-22  Tim Ruehsen  <[email protected]>
 
 	* wget.texi: added description for --https-only
diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc
index 064ceb1..91b6e6c 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
-- 
1.8.4.rc3

Reply via email to