From 2d7c81f6dc6f9a176e04474ba37768e9f811709c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 23 Apr 2021 22:37:33 -0400 Subject: [PATCH] add backwards-compatible anchor --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5fdac01..74eb1744 100644 --- a/README.md +++ b/README.md @@ -540,6 +540,8 @@ The paths in the static exports are relative, make sure to keep them next to you ### Archiving Private Content + + If you're importing pages with private content or URLs containing secret tokens you don't want public (e.g Google Docs, paywalled content, unlisted videos, etc.), **you may want to disable some of the extractor methods to avoid leaking that content to 3rd party APIs or the public**. ```bash @@ -579,7 +581,7 @@ archivebox add 'https://example.com#2020-10-24' archivebox add 'https://example.com#2020-10-25' ``` -The Re-Snapshot Button button in the Admin UI works by using hash-date trick. +The Re-Snapshot Button button in the Admin UI is a shortcut for this hash-date workaround. ### Storage Requirements