Skip to main content

Client API v1.3.0

  • Changes for the upcoming change in Chrome's REFERER Header. It's now possible to set your own referer value by using the referer param in the PostMessages api call.
  • PostDevices now returns a warning when the account, for which this devices get's registered, has no or not working push settings.
  • We now return an error when the API has no connection to the Database. Before we only showed a white screen without any information on it.
  • We now support CIDR ip ranges and ipv6 in the IP restriction configuration
  • Added the following security headers
    • X-XSS-Protection: 1; mode=block Enables XSS filtering. Rather than sanitizing the page, the browser will prevent rendering of the page if an attack is detected.
    • X-Content-Type-Options: nosniff Prevents MIME-sniffing
    • X-Frame-Options: SAMEORIGIN The page can only be displayed in a frame on the same origin as the page itself
  • Added the no_access error to the documentation
  • Added the api base url to the documentation