Server

Version 23.0.7

Updated: November 26, 2025

What’s New in Admin Console for LTS 2023 (Version 23.0.7)

Compatibility with stricter CSP

In order to make sure that the application works fine with a stricter CSP policy, dependability on following attributes have been removed -

  • "data: *", "unsafe-inline", "unsafe-eval" in "script-src"
  • "blob: *" in "default-src"

The application automatically adds the following attributes for better security -

  • "nonce-<val>", "strict-dynamic" in "script-src"
  • "none" in "object-src"