What version of DOMPurify is used within Progress Telerik UI for ASP.NET Core version 2025.4.1217?
1 Answer, 1 is accepted
0
Nikolay
Telerik team
answered on 19 Jan 2026, 11:11 AM
Hello Terry,
DOMPurify is not included as part of the Progress Telerik UI for ASP.NET Core version 2025.4.1217 distributed package. DOMPurify is not among the bundled third-party libraries for this release.
How to check if DOMPurify is included and its version:
Inspect the package contents directly (such as the Scripts or lib folders in your project or the installation directory) to see if DOMPurify is present.
If you find a DOMPurify file (e.g., dompurify.js), open it and look for a version comment at the top of the file.
Alternatively, check your project's package.json or packages.config if you are using npm or NuGet to manage client-side dependencies.
Additional suggestions:
If DOMPurify is not present in your project, you may need to add it manually according to your specific requirements.
If you are referring to a specific Telerik UI component or scenario where DOMPurify is used, please provide more details so I can offer targeted guidance.