1
0
Fork 0
mirror of synced 2024-05-19 03:42:24 +12:00

add cookies example config to conf.default file

This commit is contained in:
Nick Sweeting 2019-02-21 12:58:47 -05:00
parent 34cfde0c4e
commit 1834acfb5f

View file

@ -32,6 +32,9 @@
### To customize which domains we attempted to `git clone`, uncomment and change this line:
# GIT_DOMAINS="github.com,bitbucket.org,gitlab.com"
### To pass a netscape-format cookies.txt file to wget, uncomment and change this line:
# COOKIES_FILE=/path/to/cookies.txt
### To lie and pretend to be Google Chrome when archiving, uncomment this line:
# WGET_USER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36"