diff options
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r-- | actionpack/CHANGELOG.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 56542b7c87..a370c3fc99 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,9 +1,8 @@ -* Fix strong parameters `permit!` with nested arrays +* Output only one Content-Security-Policy nonce header value per request. - Strong parameters doesn't support nested arrays, take as example: `[[{ name: 'Leonardo', age: 26 }]]`. - This is separate from making `permit(something: [[:key]])` work properly, which is being addressed in #23650 + Fixes #32597. - *Steve Hull* + *Andrey Novikov*, *Andrew White* * Move default headers configuration into their own module that can be included in controllers. |