Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create your privacy policy in HTML format. 
  2. 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. 
  3. 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/ "

    See Configure Abiquo UI


Configure a cookies policy

...

  1. Create your cookies policy in HTML format. 
  2. 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. 
  3. 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/ "

    See Configure Abiquo UI

Configure a cookie message and button labels for the feature

...

Expand
titleClick here to show/hide screenshots

_cle: user cookie agreement

Image RemovedImage Added

userChoices: automaticallyOpenServersView

userChoices: automaticallyOpenVappView

userChoices: automaticallyOpenTutorials

userChoices: automaticallyOpenMaintenance

...