From cfefd7c4dbb4e8c53c6eeb2fb1bc87721d00bf45 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 10 May 2024 14:21:05 -0700 Subject: [PATCH] Updated Security Overview (markdown) --- Security-Overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Security-Overview.md b/Security-Overview.md index dcec10b..c26589e 100644 --- a/Security-Overview.md +++ b/Security-Overview.md @@ -75,6 +75,7 @@ To protect the Admin dashboard, it's also recommended to serve all content under - https://demo.archivebox.io: only serves `/`, redirects `/archive/*` to `demo-static.` - https://demo-static.archivebox.io: only serves `/archive/`, redirects everything else to `demo.` +Cloudflare redirect rule for /archive/ to be served by a separate domain Published archives automatically include a `robots.txt` `Dissallow: /` to block search engines from indexing them. You may still wish to publish your contact info in the index footer though using [`FOOTER_INFO`](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#FOOTER_INFO) so that you can respond to any DMCA and copyright takedown notices if you accidentally rehost copyrighted content.