Server

Admin Console Release Notes

Updated: April 23, 2025

Recently Released Changes

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"

Previous Release Notes

Version Summary
Admin Console 23.0.6 Fulltext Reindex feature, Replacement of Hyland UI with Angular Material design & bugfix