From 1834acfb5fcfc31fd09254ad6ec01702c8e06ddd Mon Sep 17 00:00:00 2001
From: Nick Sweeting <git@nicksweeting.com>
Date: Thu, 21 Feb 2019 12:58:47 -0500
Subject: [PATCH] add cookies example config to conf.default file

---
 etc/ArchiveBox.conf.default | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/etc/ArchiveBox.conf.default b/etc/ArchiveBox.conf.default
index 52dc5c4b..ff9b44d3 100644
--- a/etc/ArchiveBox.conf.default
+++ b/etc/ArchiveBox.conf.default
@@ -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"