restrict uploads to authenticated users

This commit is contained in:
ansuz
2017-05-05 11:17:55 +02:00
parent f329726fa4
commit 3ad99be1ef
3 changed files with 70 additions and 0 deletions

View File

@@ -180,6 +180,17 @@ module.exports = {
*/
suppressRPCErrors: false,
/* TODO
*
*/
enableUploads: true,
/* TODO
*
*/
restrictUploads: true,
/* it is recommended that you serve cryptpad over https
* the filepaths below are used to configure your certificates
*/