mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Retrieve privacy policy URL from static configuration
This commit is contained in:
parent
7ace4fb147
commit
93ef106499
@ -74,7 +74,7 @@ const SettingsPrivacySection = {
|
|||||||
createElem2({
|
createElem2({
|
||||||
appendTo: boxBody,
|
appendTo: boxBody,
|
||||||
type: "p",
|
type: "p",
|
||||||
innerHTML: "We give an high importance to our users privacy. Please take some time to check our <a href='"+ComunicWeb.__config.aboutWebsiteURL+"about/privacy' target='_blank'>Privacy Policy</a> and our <a href='"+ServerConfig.conf.terms_url+"' target='_blank'>Terms of use</a>."
|
innerHTML: "We give an high importance to our users privacy. Please take some time to check our <a href='"+ServerConfig.conf.privacy_policy_url+"' target='_blank'>Privacy Policy</a> and our <a href='"+ServerConfig.conf.terms_url+"' target='_blank'>Terms of use</a>."
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
1
assets/js/typings/ServerConfig.d.ts
vendored
1
assets/js/typings/ServerConfig.d.ts
vendored
@ -26,6 +26,7 @@ declare interface DataConservationPolicySettings {
|
|||||||
|
|
||||||
declare interface StaticServerConfig {
|
declare interface StaticServerConfig {
|
||||||
terms_url: string,
|
terms_url: string,
|
||||||
|
privacy_policy_url: string,
|
||||||
play_store_url: string,
|
play_store_url: string,
|
||||||
android_direct_download_url: string,
|
android_direct_download_url: string,
|
||||||
password_policy: PasswordPolicy,
|
password_policy: PasswordPolicy,
|
||||||
|
Loading…
Reference in New Issue
Block a user