# HG changeset patch # User Oleksandr Gavenko # Date 1310974636 -10800 # Node ID d0e746f2c693d185d8d1ea4b722747f262974180 # Parent b321dd7cb6dd1ea35733c7f04b11b180fb8f4f49 Turn on recognition of the (non-standard) `Content-Disposition' header. diff -r b321dd7cb6dd -r d0e746f2c693 .wgetrc --- a/.wgetrc Sat Jul 16 15:04:24 2011 +0300 +++ b/.wgetrc Mon Jul 18 10:37:16 2011 +0300 @@ -5,3 +5,7 @@ # specifying `--dns-timeout', `--connect-timeout', and # `--read-timeout', all at the same time. timeout = 10 + +# Turn on recognition of the (non-standard) `Content-Disposition' header. +content_disposition = on +