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:
parent
5137cff125
commit
e6123ed645
@ -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>
|
2013-08-22 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||||
|
|
||||||
* wget.texi: added description for --https-only
|
* wget.texi: added description for --https-only
|
||||||
|
@ -123,3 +123,6 @@
|
|||||||
|
|
||||||
# Force the default remote server encoding
|
# Force the default remote server encoding
|
||||||
#remoteencoding = UTF-8
|
#remoteencoding = UTF-8
|
||||||
|
|
||||||
|
# Turn on to prevent following non-HTTPS links when in recursive mode
|
||||||
|
#httpsonly = off
|
||||||
|
Loading…
Reference in New Issue
Block a user