Add privacy policy option
parent
e58dfbabd4
commit
a5cd0bdbff
|
@ -96,7 +96,7 @@ define([
|
|||
]),
|
||||
footerCol('footer_legal', [
|
||||
footLink('/terms.html', 'footer_tos'),
|
||||
footLink('/privacy.html', 'privacy'),
|
||||
footLink(AppConfig.privacy, 'privacy'),
|
||||
AppConfig.imprint ? footLink(imprintUrl, 'imprint') : undefined,
|
||||
]),
|
||||
/*footerCol('footer_contact', [
|
||||
|
|
|
@ -40,6 +40,12 @@ define(function() {
|
|||
// config.imprint = true;
|
||||
// config.imprint = 'https://xwiki.com/en/company/legal-notice';
|
||||
|
||||
/* You can display a link to your own privacy policy in the static pages footer.
|
||||
* To do so, set the following value to the absolute URL of your privacy policy.
|
||||
*/
|
||||
config.privacy = '/privacy.html';
|
||||
// config.privacy = 'https://xwiki.com/en/company/PrivacyPolicy';
|
||||
|
||||
/* Cryptpad apps use a common API to display notifications to users
|
||||
* by default, notifications are hidden after 5 seconds
|
||||
* You can change their duration here (measured in milliseconds)
|
||||
|
|
Loading…
Reference in New Issue