Skip to content

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 15:35
· 29 commits to main since this release
cb0ebe4

Patch Changes

  • 馃悶馃┕ don't throw when a script assigns an invalid value to a.href, e.g. http:// (by @gioboa in #725)

  • 馃悶馃┕ allow resolveUrl to return a Readonly<URL> (by @gioboa in #726)

  • 馃悶馃┕ match <script> tags case-insensitively when rewriting iframe srcdoc HTML, so <SCRIPT> variants can't bypass the rewrite (by @gioboa in #724)

  • 馃悶馃┕ wrap the snippet in an IIFE so top-level helpers no longer leak t, e, n into the page's global scope and break other classic scripts (by @gioboa in #727)