Skip to content

v4.5.1 security release

Choose a tag to compare

@jeanem jeanem released this 25 Mar 14:07
· 611 commits to main since this release
  • Security updates for search input and VTT files (See security advisory for details.)
  • DOMPurify added to AblePlayer files
  • Where this string method is used: replace(“\n”, “<br />), changed to replace(\n\g, “<br />”) to ensure that all newline characters in the string are replaced with <br /> tags