.wgetrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 23 Feb 2023 00:59:27 +0200
changeset 1016 8ba787ff5ab8
parent 149 d0e746f2c693
permissions -rw-r--r--
Removed .npmrc, HOME in Cygwin & running npm outside of Cygwin results in duplicating cache (in Cygwin HOME & in APPDATA).

# 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