kobotoolbox / kpi

kpi is the server for KoboToolbox. It includes an API for users to access data and manage their forms, question library, sharing settings, create reports, and export data.
https://www.kobotoolbox.org
GNU Affero General Public License v3.0
133 stars 181 forks source link

Remove T&C and privacy URLs from base.py #2722

Closed tinok closed 4 years ago

tinok commented 4 years ago

Description

Anyone forking and hosting their copy of kpi includes by default the links to the privacy policies and T&C for the HHI server. These are only valid for kf.kobotoolbox.org and should not be used by other servers.

See base.py.

The two URLs should only be set for the HHI server but otherwise not be in kpi anymore.

jnm commented 4 years ago

I just overrode these URLs in https://kf.kobotoolbox.org/admin/constance/config/, so they should be set properly on HHI production even after merging and deploying #2746.