Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include default headers by default in API mode | Kevin Deisz | 2018-04-06 | 1 | -0/+17 |
ActionDispatch's default headers are now moved into their own module that are by default included in both Base and API. This allows API-mode applications to take advantage of the default security headers, as well as providing an easy way to add more. |