1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

add httpsonly to sample wgetrc

This commit is contained in:
Tim Ruehsen 2013-08-23 16:23:25 +02:00 committed by Giuseppe Scrivano
parent 5137cff125
commit e6123ed645
2 changed files with 7 additions and 0 deletions

View 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

View File

@ -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