A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

HTML script attribute defer is not rendered correctly

Fixed in

EPiServer.Find 15.0.3

(Or a related package)

Created

Jan 19, 2023

Updated

Mar 28, 2023

Area

ClientCore

State

Closed, Fixed and tested


Description

Fixed an issue where search pages created scripts with incorrect defer values using find.js.

Expected:

{script defer/}

Actual:

{script defer="true"/}