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.
|
diff --git a/docs/_docs/plugins.md b/docs/_docs/plugins.md
index 79a30d3c..52a86941 100644
--- a/docs/_docs/plugins.md
+++ b/docs/_docs/plugins.md
@@ -7,6 +7,9 @@ Jekyll has a plugin system with hooks that allow you to create custom generated
content specific to your site. You can run custom code for your site without
having to modify the Jekyll source itself.
+{: .note .info}
+You can add specific plugins to the `whitelist` key in `_config.yml` to allow them to run in safe mode.
+
* [Installation]({{ '/docs/plugins/installation/' | relative_url }}) - How to install plugins
* [Your first plugin]({{ '/docs/plugins/your-first-plugin/' | relative_url }}) - How to write plugins
* [Generators]({{ '/docs/plugins/generators/' | relative_url }}) - Create additional content on your site