diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-13 15:08:00 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-13 15:08:00 -0500 |
commit | e56ec7a96c3a2064941a82619bf6cb0d2e8392e0 (patch) | |
tree | bd7b1705ebd13ea9743e9508ad78f4ec6a15c312 /doc/plugins | |
parent | 29ca20b87c565412fa603127425ccdaf4ca58b79 (diff) |
websetup: Add websetup_unsafe to allow marking other settings as unsafe.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/websetup.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/websetup.mdwn b/doc/plugins/websetup.mdwn index f1756ba8f..b4d23ba9c 100644 --- a/doc/plugins/websetup.mdwn +++ b/doc/plugins/websetup.mdwn @@ -16,7 +16,8 @@ enabled and disabled using it too. Some settings are not considered safe enough to be manipulated over the web; these are still shown, by default, but cannot be modified. To hide them, set `websetup_show_unsafe` to false in the setup file. A few settings have too complex a data type to be -configured via the web. +configured via the web. To mark additional settings as unsafe, you can +list them in `websetup_unsafe`. Plugins that should not be enabled/disabled via the web interface can be listed in `websetup_force_plugins` in the setup file. |