We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a possibility to have the option to setup terms of use per domain.
We can adjust the domain_config to disable TermsOfUse with
domains: - name: test regex: "testtest" disabled_features: - terms_of_use
to have extra terms of use for special domain
domains: - name: test regex: "testtest" terms_of_use: - version: "1.0" name: "tou_for_test"
The text was updated successfully, but these errors were encountered:
hgw77
No branches or pull requests
We need a possibility to have the option to setup terms of use per domain.
We can adjust the domain_config to disable TermsOfUse with
to have extra terms of use for special domain
The text was updated successfully, but these errors were encountered: