Skip to content

v1.6.2 / 2024-12-12

Latest
Compare
Choose a tag to compare
@flavorjones flavorjones released this 12 Dec 21:01
· 4 commits to main since this release
9160d49

v1.6.2 / 2024-12-12

  • PermitScrubber fully supports frozen "allowed tags".

    v1.6.1 introduced safety checks that may remove unsafe tags from the allowed list, which
    introduced a regression for applications passing a frozen array of allowed tags. Tags and
    attributes are now properly copied when they are passed to the scrubber.

    Fixes #195.

    Mike Dalessio