aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/ssl.rb
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Fix constrain_to documentation.Kasper Timm Hansen2016-03-031-1/+1
* Rename constrain_to to exclude.Kasper Timm Hansen2016-03-031-3/+4
* add `constraint_to` option to SSL middlewareGreg Molnar2016-02-281-2/+6
* :nail_care:Rafael Mendonça França2016-02-251-2/+2
* Update documentation and deprecation messagePrathamesh Sonpatki2016-02-251-3/+3
* Added deprecation for older appsPrathamesh Sonpatki2016-02-251-1/+12
* HSTS without IncludeSubdomains is often uselessEgor Homakov2016-02-251-1/+1
* Flexible configuration for ActionDispatch::SSLTim Rogers2015-12-291-8/+12
* Improve RDoc documentation of ActionDispatch::SSLTim Rogers2015-12-241-12/+14
* 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