From e529f550d85910a9e9901cabdb10de92a7f664ba Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 13 May 2021 05:34:03 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21281a0f..90402105 100644 --- a/README.md +++ b/README.md @@ -637,7 +637,7 @@ https://127.0.0.1:8000/archive/* The admin UI is also served from the same origin as replayed JS, so malicious pages could also potentially use your ArchiveBox login cookies to perform admin actions (e.g. adding/removing links, running extractors, etc.). We are planning to fix this security shortcoming in a future version by using separate ports/origins to serve the Admin UI and archived content (see [Issue #239](https://github.com/ArchiveBox/ArchiveBox/issues/239)). -*Note: Only the `wget` extractor method allows replaying archived JS on replay, all other archive methods produce static output that does not execute JS on viewing. If you are worried about these issues ^ you can disable the wget extractor method using `SAVE_WGET=False`.* +*Note: Only the `wget` extractor method executes archived JS when viewing snapshots, all other archive methods produce static output that does not execute JS on viewing. If you are worried about these issues ^ you should disable the wget extractor method using `archivebox config --set SAVE_WGET=False`.* ### Saving Multiple Snapshots of a Single URL