aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/ssl.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix HSTS default expire in ActionDispatch::SSL docs.Pedro Nascimento2015-09-141-1/+2
* Make `config.force_ssl` less dangerous to try and easier to disableJeremy Daer2015-09-071-36/+92
* ActionDispatch::SSL should keep original header's behaviorFumiaki MATSUSHIMA2015-06-141-1/+1
* Avoid URI parsingAndriel Nuernberg2014-04-091-5/+8
* Space is not required for Set-Cookie headerYamagishi Kazutoshi2013-07-051-1/+1
* Merge pull request #11069 from ykzts/actiondispatch-ssl-secure-flag-igonore-caseGuillermo Iguaran2013-06-241-1/+1
|\
| * Flag cookies as secure with ignore case in ActionDispatch::SSLYamagishi Kazutoshi2013-06-241-1/+1
* | ActionDispatch:SSL: don't include STS header in non-https responsesGeoff Buesing2013-06-231-2/+1
|/
* Allow use of durations for ActionDispatch::SSL configurationAndrew White2013-01-041-1/+1
* Fix secure cookies when there are more than one space before the secureRafael Mendonça França2012-03-191-1/+1
* Remove exclude option from ActionDispatch::SSLRafael Mendonça França2012-03-191-7/+0
* Some refactoring and update ActionDispatch::SSL code to use the Rack 1.4.xRafael Mendonça França2012-03-171-23/+13
* Rack::SSL -> ActionDispatch::SSLRafael Mendonça França2012-03-171-0/+87