From b6541c3034f5bab321245b5441d1826ccf39679c Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 13 May 2022 14:25:19 +0530 Subject: [PATCH] do not display a terms page by default --- www/common/application_config_internal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index 21c5d0ff3..49b4aa26c 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -96,7 +96,7 @@ define(function() { * * See the comments above for a description of possible configurations. */ - AppConfig.terms = true; + AppConfig.terms = false; /* The terms of CryptPad's license require that its source code be made available * to anyone who uses the software. If you have not made any modifications to the platform