]> sjero.net Git - wget/blobdiff - doc/sample.wgetrc
added PFS to --secure-protocol
[wget] / doc / sample.wgetrc
index 1ce90dea24ca576f507ead9834ab6027b39a69fa..eaf2bc8129e3c27ce7c61e1911eed1b6f61e3644 100644 (file)
@@ -6,7 +6,7 @@
 ## avoid having to type many many command-line options. This file does
 ## not contain a comprehensive list of commands -- look at the manual
 ## to find out what you can put into this file.
-## 
+##
 ## Wget initialization file can reside in /usr/local/etc/wgetrc
 ## (global, for all users) or $HOME/.wgetrc (for a single user).
 ##
 
 # Force the default remote server encoding
 #remoteencoding = UTF-8
+
+# Turn on to prevent following non-HTTPS links when in recursive mode
+#httpsonly = off
+
+# Tune HTTPS security (auto, SSLv2, SSLv3, TLSv1, PFS)
+#secureprotocol = auto