.wgetrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 16 Jun 2021 15:24:53 +0300
changeset 990 582cddcfb6a6
parent 149 d0e746f2c693
permissions -rw-r--r--
Fixed horrible Bash regex performance matching with two placeholders. Instead use fast one and extract remaining part.

# As I not install cetificate, don't check them.
check_certificate = off

# Set all applicable timeout values to N sec. Equivalent to
# 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