From bc9895aa9b76dc1e6a3157f03e0440bfda08391e Mon Sep 17 00:00:00 2001 From: Shannon Kularathna <30392854+shannonxtreme@users.noreply.github.com> Date: Thu, 27 Aug 2020 12:50:17 -0400 Subject: [PATCH] Clarify description of `safe` option (#8354) Merge pull request 8354 --- docs/_docs/configuration/options.md | 2 +- docs/_docs/plugins.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/_docs/configuration/options.md b/docs/_docs/configuration/options.md index 0e8c69ad..ea142979 100644 --- a/docs/_docs/configuration/options.md +++ b/docs/_docs/configuration/options.md @@ -44,7 +44,7 @@ class="flag">flags (specified on the command-line) that control them.
Safe
- Disable custom plugins, caching to disk + Disable non-whitelisted plugins, caching to disk, and ignore symbolic links.