Skip to content

Bug fix release - frozen CSP configs can raise errors in some cases

Compare
Choose a tag to compare
@oreoshake oreoshake released this 29 Feb 04:42
· 607 commits to main since this release

Bug fix for handling CSP configs that supply a frozen hash. If a directive value is nil, then appending to a config with a frozen hash would cause an error since we're trying to modify a frozen hash. See #223.