]> sjero.net Git - wget/commitdiff
add httpsonly to sample wgetrc
authorTim Ruehsen <tim.ruehsen@gmx.de>
Fri, 23 Aug 2013 14:23:25 +0000 (16:23 +0200)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 23 Aug 2013 14:39:59 +0000 (16:39 +0200)
doc/ChangeLog
doc/sample.wgetrc

index d283055a6fcd47224f0f398f182eb22bf40133b6..3064fd6af9afae5d9b60d72ec7f4d715b3a134ca 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-23  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * sample.wgetrc: added "httpsonly" example
+
 2013-08-22  Tim Ruehsen  <tim.ruehsen@gmx.de>
 
        * wget.texi: added description for --https-only
index 064ceb165ee7815fe21647635e35cf218fd8c7b4..91b6e6ca9233e92cbbfc6ff1c539c572ae4a3a94 100644 (file)
 
 # Force the default remote server encoding
 #remoteencoding = UTF-8
+
+# Turn on to prevent following non-HTTPS links when in recursive mode
+#httpsonly = off