Skip to content

Commit

Permalink
Merge pull request #33174 from thomasdziedzic-pd/backport-documentati…
Browse files Browse the repository at this point in the history
…on-fixes

Backport documentation fixes
  • Loading branch information
rafaelfranca committed Sep 13, 2018
2 parents ee15b09 + cf90cba commit 41d5458
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/source/configuring.md
Expand Up @@ -502,9 +502,9 @@ Defaults to `'signed cookie'`.
* `config.action_dispatch.cookies_rotations` allows rotating
secrets, ciphers, and digests for encrypted and signed cookies.

* `config.action_dispatch.use_authenticated_cookie_encryption` controls encrypted cookies to use AES-256-GC
authenticated encryption and if signed and encrypted cookies are going to embed the expiry information
in the value. It defaults to `false`.
* `config.action_dispatch.use_authenticated_cookie_encryption` controls whether
signed and encrypted cookies use the AES-256-GCM cipher or
the older AES-256-CBC cipher. It defaults to `true`.

* `config.action_dispatch.perform_deep_munge` configures whether `deep_munge`
method should be performed on the parameters. See [Security Guide](security.html#unsafe-query-generation)
Expand Down

0 comments on commit 41d5458

Please sign in to comment.