Bug fix release - frozen CSP configs can raise errors in some cases
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.