From 4b9e2bf26e5c9e7884ef2895c0a9654dac15110d Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 11 Mar 2022 13:12:27 +0530 Subject: [PATCH] link to existing terms page for backwards compatibility --- www/common/application_config_internal.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index 0dde18da3..67d1d92cd 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -86,11 +86,12 @@ define(function() { AppConfig.privacy = false; /* You can display a link to your instances's terms of service in the static pages footer. - * Since this is different for each individual or organization there is no default value. + * A default is included for backwards compatibility, but we recommend replacing this + * with your own terms. * * See the comments above for a description of possible configurations. */ - AppConfig.terms = false; + AppConfig.terms = true; /* 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