From 14aabd28664a5c3234035b6333240f5cd3ac836f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 10 May 2024 15:42:14 -0700 Subject: [PATCH] Updated Publishing Your Archive (markdown) --- Publishing-Your-Archive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Publishing-Your-Archive.md b/Publishing-Your-Archive.md index 0659998..e132fea 100644 --- a/Publishing-Your-Archive.md +++ b/Publishing-Your-Archive.md @@ -85,7 +85,7 @@ To protect the Admin dashboard, it's also recommended to serve all content under Cloudflare redirect rule for /archive/ to another domain -> Note: This is still recommended, but less critical if your `/archive/` folder does not contain any archived JS that could execute on replay (e.g. if you [set `SAVE_WGET=False` and `SAVE_DOM=False`](https://github.com/ArchiveBox/ArchiveBox#security-risks-of-viewing-archived-js)). +> Note: This is still recommended, but less critical if your `/archive/` folder does not contain any archived JS (e.g. if you [set `SAVE_WGET=False` and `SAVE_DOM=False`](https://github.com/ArchiveBox/ArchiveBox#security-risks-of-viewing-archived-js)). More info: - https://github.com/ArchiveBox/ArchiveBox/wiki/Security-Overview