diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-13 20:27:10 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-13 20:27:10 -0700 |
commit | b5e4a5f51c478d646248c5a9eb22907cda32dd3e (patch) | |
tree | b4ecb976146066ed4d93a1959695ad064b317331 /view/tpl | |
parent | 65cbc7c2bba523a2663a89fae29b5cef162fd0a1 (diff) | |
download | volse-hubzilla-b5e4a5f51c478d646248c5a9eb22907cda32dd3e.tar.gz volse-hubzilla-b5e4a5f51c478d646248c5a9eb22907cda32dd3e.tar.bz2 volse-hubzilla-b5e4a5f51c478d646248c5a9eb22907cda32dd3e.zip |
SECURITY: provide option to disable the cloud 'root' directory and make the cloud module require a target channel nickname. This is a low impact change as there is currently no disclosure of private information. The presence of a file browser for all the channels on the site could be (and is reported to be) a concern to some people and there is no reason why it shouldn't be optional.
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/admin_security.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/admin_security.tpl b/view/tpl/admin_security.tpl index 409e9fc7d..121758e63 100755 --- a/view/tpl/admin_security.tpl +++ b/view/tpl/admin_security.tpl @@ -7,6 +7,7 @@ {{include file="field_checkbox.tpl" field=$block_public}} + {{include file="field_checkbox.tpl" field=$cloud_noroot}} {{include file="field_checkbox.tpl" field=$transport_security}} {{include file="field_checkbox.tpl" field=$content_security}} {{include file="field_checkbox.tpl" field=$embed_sslonly}} |