link to existing terms page for backwards compatibility
parent
2299cc85f9
commit
4b9e2bf26e
|
@ -86,11 +86,12 @@ define(function() {
|
||||||
AppConfig.privacy = false;
|
AppConfig.privacy = false;
|
||||||
|
|
||||||
/* You can display a link to your instances's terms of service in the static pages footer.
|
/* 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.
|
* 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
|
/* 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
|
* to anyone who uses the software. If you have not made any modifications to the platform
|
||||||
|
|
Loading…
Reference in New Issue