link to existing terms page for backwards compatibility

This commit is contained in:
ansuz 2022-03-11 13:12:27 +05:30
parent 2299cc85f9
commit 4b9e2bf26e

View file

@ -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