...
- Create your privacy policy in HTML format.
- Make the file available on a web server
- You can add it to the Abiquo UI Server filesystem in an appropriate content folder, where it will be served by the UI web server.
Edit the client-config-custom.json file and enter a custom URL to override the default URL.
Code Block "client.cookies.policy.url" : "https://www.abiquo.com/Privacy-Policy/ "
Configure a cookies policy
...
- Create your cookies policy in HTML format.
- Make the file available on a web server
- You can add it to the Abiquo UI Server filesystem in an appropriate content folder, where it will be served by the UI web server.
Edit the client-config-custom.json file and enter a custom URL to override the default URL (default URL is empty).
Code Block "client.cookies.cookiespolicy.url" : "https://www.abiquo.com/CookiesCookie-Policy/ "
Configure a cookie message and button labels for the feature
...
Expand | ||
---|---|---|
| ||
_cle: user cookie agreement userChoices: automaticallyOpenServersView userChoices: automaticallyOpenVappView userChoices: automaticallyOpenTutorials userChoices: automaticallyOpenMaintenance |
...