aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/default_headers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Include default headers by default in API modeKevin Deisz2018-04-061-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.