We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bb965 commit 86de836Copy full SHA for 86de836
README.md
@@ -291,7 +291,7 @@ Hash-based configuration allows for fine-grained control.
291
292
```ruby
293
config.cookies = {
294
- secure: { except: ['_guest'], # mark all but the `_guest` cookie as Secure
+ secure: { except: ['_guest'] }, # mark all but the `_guest` cookie as Secure
295
httponly: { only: ['_rails_session'] }, # only mark the `_rails_session` cookie as HttpOnly
296
}
297
```
0 commit comments