From 14f63c168d6a5ba40597fe6e5ed1d6ea144e0a6f Mon Sep 17 00:00:00 2001 From: Dara Adib Date: Tue, 26 Apr 2016 11:36:48 -0700 Subject: [PATCH] Fix docs typo for Spawner.disable_user_config --- docs/source/websecurity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/websecurity.md b/docs/source/websecurity.md index a1b84e91..f5dd8c0f 100644 --- a/docs/source/websecurity.md +++ b/docs/source/websecurity.md @@ -45,7 +45,7 @@ as it resolves all of the cross-site issues. ### Disabling user config If subdomains are not available or not desirable, -0.5 also adds an option `Spawner.disable_use_config`, +0.5 also adds an option `Spawner.disable_user_config`, which you can set to prevent the user-owned configuration files from being loaded. This leaves only package installation and PATHs as things the admin must enforce.