From 5244ae6b8bf1a69e8c293e4acbdbb61a76ef3676 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 24 Oct 2020 22:22:43 -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 a273c16..dffb7e2 100644 --- a/Security-Overview.md +++ b/Security-Overview.md @@ -60,7 +60,7 @@ chown -R archivebox:archivebox /home/archivebox sudo -u archivebox archivebox add ... ``` -If you absolutely must run it as root for some reason, a footgun is provided: you can set [`ALLOW_ROOT=True`](https://github.com/pirate/ArchiveBox/wiki/Configuration#ALLOW_ROOT) via environment variable or in your ArchiveBox.conf file. +~~If you absolutely must run it as root for some reason, a footgun is provided: you can set [`ALLOW_ROOT=True`](https://github.com/pirate/ArchiveBox/wiki/Configuration#ALLOW_ROOT) via environment variable or in your ArchiveBox.conf file.~~ It was removed.