From da7aede0dbc739f8c0c46b0dc47e4d71336bfa76 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 15 May 2021 22:37:44 +0200 Subject: [PATCH] Update settings.json --- conf/settings.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/conf/settings.json b/conf/settings.json index 7b60186..2e2540a 100644 --- a/conf/settings.json +++ b/conf/settings.json @@ -262,12 +262,6 @@ */ "editOnly": false, - /* - * If set to true, those users who have a valid session will automatically be - * granted access to password protected pads. - */ - "sessionNoPassword": false, - /* * If true, all css & js will be minified before sending to the client. * @@ -438,19 +432,6 @@ */ "importMaxFileSize": 52428800, // 50 * 1024 * 1024 - - /* - * From Etherpad 1.8.3 onwards import was restricted to authors who had - * content within the pad. - * - * This setting will override that restriction and allow any user to import - * without the requirement to add content to a pad. - * - * This setting is useful for when you use a plugin for authentication so you - * can already trust each user. - */ - "allowAnyoneToImport": false, - /* * From Etherpad 1.9.0 onwards, when Etherpad is in production mode commits from individual users are rate limited *