From a9301f775ed0359e43c32d37fd525c7d20fd65d3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 20 May 2019 15:25:57 -0400 Subject: [PATCH] Updated Security Overview (markdown) --- Security-Overview.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Security-Overview.md b/Security-Overview.md index 47d5093..aa192aa 100644 --- a/Security-Overview.md +++ b/Security-Overview.md @@ -10,11 +10,18 @@ This is the default (lax) mode, intended for archiving public (non-secret) URLs This mode should not be used for archiving entire browser history or authenticated private content like Google Docs, paywalled content, invite-only subreddits, etc. +```diff +- ---------------------------------------------------------------------- +``` + +# IMPORTANT: Don't use ArchiveBox for private archived content right now as we're in the middle of resolving some security issues with how JS is executed in archived content. + +```diff +- ---------------------------------------------------------------------- +``` + - -## IMPORTANT: Don't use ArchiveBox for private archived content right now as we're in the middle of resolving some security issues with how JS is executed in archived content. - #### ~~Private Mode~~ ~~ArchiveBox is designed to be able to archive content that requires authentication or cookies. This includes paywalled content, private forums, LAN-only content, etc.~~