Fully customize policy links through ENV vars #20705
Labels
✨ feature
New feature or request
🚨 needs approval
This feature request has not been reviewed yet by the Product Team and needs approval beforehand
Is your proposal related to a problem?
Yes. In the self-hosted version of Cal.com, the links to the Terms of Use and Privacy Policy at the bottom of the booking page still point to the default Cal.com URLs. This is misleading and potentially problematic, especially since all data is processed and stored locally in the self-hosted environment. As a result, these links do not reflect the actual terms and privacy policies applicable to end users.
Describe the solution you'd like
Add environment variables (e.g.,
TERMS_OF_USE_URL
andPRIVACY_POLICY_URL
) to allow self-hosted users to configure custom links for the Terms of Use and Privacy Policy. If set, these values should replace the default Cal.com URLs in the footer of the booking page and any other instances where these links appear.Current code snippet affected:
Suggested Improvement: Modify the code to utilize environment variables for the URLs.
Describe alternatives you've considered
Manually editing the codebase to change these links — not ideal, as it makes future updates harder and increases maintenance overhead.
Using proxy redirects or front-end manipulation via JavaScript — fragile and not recommended for something as fundamental as legal documents.
Additional context
Having incorrect or misleading policy links can raise legal and trust issues for self-hosted deployments. This feature would improve compliance and transparency for organizations hosting Cal.com on their own infrastructure.
Requirement/Document
https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32016R0679#art_12
The text was updated successfully, but these errors were encountered: