From 0b7eb421f4ad1f321015d1dde3eb3ab3f361be29 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 16 Apr 2019 20:52:10 -0400 Subject: [PATCH] Updated Security Overview (markdown) --- Security-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Security-Overview.md b/Security-Overview.md index ccb65d9..6589939 100644 --- a/Security-Overview.md +++ b/Security-Overview.md @@ -25,7 +25,7 @@ If you want ArchiveBox to be less noisy and avoid leaking any URLs to 3rd-party ## Do not run as root - + Do not run ArchiveBox as root for a number of reasons: - Chrome will execute as root and fail to run because Chrome sandboxing is not supported as root for good reason (do not set `CHROME_SANDBOX=False` just to bypass that error!)