summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e669d6c..2c958e8 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,17 @@ See the end for copying conditions.
Please send GNU Wget bug reports to <bug-wget@gnu.org>.
+* Changes in Wget 1.20.1
+
+** --xattr is no longer default since it introduces privacy issues.
+
+** --xattr saves the Referer as scheme/host/port, user/pw/path/query/fragment
+ are no longer saved to prevent privacy issues.
+
+** --xattr saves the Original URL without user/password to prevent
+ privacy issues.
+
+
* Changes in Wget 1.20
** Add new option `--retry-on-host-error` to treat local errors as transient