Closed issues:
- HSTS Implementation #92
- Does not set session cookie as secure #91
- HSTS and secure cookies w/o redirect? #89
- ERR_CONNECTION_REFUSED #85
- Issue with IE only... strict true not working #80
Merged pull requests:
- README: Typo #100 (olleolleolle)
- Travis: jruby-9.1.13.0 #99 (olleolleolle)
- Travis: Use jruby-9.1.10.0 in CI matrix #97 (olleolleolle)
- update instructions for configuring nginx behind ELB, add for sinatra #96 (bmishkin)
- Travis: use JRuby 9.1.7.0 #94 (olleolleolle)
- README: Use shiny SVG badge #93 (olleolleolle)
- Specify to insert SslEnforcer before the Cookies middleware in Rails #90 (DimaSamodurov)
- Add example for HSTS preload option on README #87 (camelmasa)
- Adding MIT license to the gemspec. #86 (reiz)
v0.2.9 (2015-07-22)
Closed issues:
- Infinite redirects behind AWS ELB #82
- Issue with Redirects #81
- POST requests #79
- How to handle URI::InvalidURIError? #78
- Cookie session state shared across http and https without disabling force_secure_cookies #58
- :strict option + AJAX requests #36
Merged pull requests:
- Add HSTS preload option #84 (gorism)
- added Nginx behind Load Balancer section to readme #83 (gnitnuj)
- respect rack.url_scheme header for proxied SSL when HTTP_X_FORWARDED_PROTO blank #77 (grantspeelman)
v0.2.8 (2014-07-18)
Closed issues:
Merged pull requests:
- Do not encode already encoded url parameters when redirecting. #76 (oveddan)
- Enable ignore blocks #74 (danielevans)
v0.2.7 (2014-05-23)
Fixed bugs:
- Vertical pipe characters in the URL cause an URI::InvalidURIError #47
Closed issues:
- Support for ruby 2.0 and Rails 4 #72
- Running code before redirect not working #70
- combine strict and non strict behaviour #69
- Is there a way to combine mutiple only, multiple ignore with strict #68
- Enforcing won't preserve HTTP methods #65
- Rack::SslEnforcer options mess up with 'localhost' #64
- New rubygems release? #60
Merged pull requests:
- Fixing issue #70 - Running code before redirect not working #71 (abhasg)
- URI encode before passing to URI object to deal with pathological URIs #67 (tilthouse)
- Add Ruby 2.1.0 to .travis.yml #66 (salimane)
- Allow for custom, default, or no body when redirecting #61 (kcm)
v0.2.6 (2013-09-18)
Closed issues:
- Allow proc to be called before forcing a redirect #56
- force internationalization #54
- Add environment constraints #51
- @scheme leak across requests #48
- Regex #46
- SSL :ignore ignored for routable addresses, but works for static addresses #43
- SSL-only, HTTP-only, and mixed #39
- :mixed doesn't allow insecure GET #21
- Secure cookie flag forced #20
Merged pull requests:
- Add user agent support #59 (carmstrong)
- allow proc to be called before redirecting fixes #56 #57 (oveddan)
- Add environment constraints #52 (wyattisimo)
- fix bug that was setting arrays as keys in default_options hash #50 (wyattisimo)
- Add test for nested url ignores. #49 (ktusznio)
- Update README.md #45 (potomak)
- Option for HTTP status code for redirection #44 (ochko)
v0.2.5 (2012-11-14)
Closed issues:
- SSL-only, HTTP-only, and mixed #38
- Working on Heroku? #35
- Redirect not working #34
- config.middleware.use Rack::SslEnforcer breaks ajax requests #31
- Apache 2 config? #30
- hsts => true doesn't work #28
- Proper Nginx Config #26
- strict and HSTS are incompatible #8
Merged pull requests:
- Added some more documentation for nginx - specifically re. passenger #42 (ktopping)
- fix README typo #41 (juno)
- Add sinatra/padrino installation instructions. #37 (danpal)
- Huge cleaning and refactoring #33 (rymai)
- Rewrite of enforce_ssl? and implementation of new options only_methods and except_methods. #32 (volontarian)
- Added documentation on nginx/proxy setups #29 (ariejan)
v0.2.4 (2011-09-05)
v0.2.3 (2011-08-03)
Merged pull requests:
- Update spex #27 (hassox)
- Removing warning #25 (honkster)
- Fix Rails 2.3.x projects for (for real this time) #24 (natacado)
- Custom ports, support for Rails 2.3/Rack 1.1 #23 (natacado)
- Make secure cookie flag optional #22 (mig-hub)
v0.2.2 (2011-03-13)
v0.2.1 (2011-02-15)
v0.2.0 (2010-11-17)
v0.1.9 (2010-11-17)
v0.1.8 (2010-09-10)
v0.1.6 (2010-09-01)
v0.1.5 (2010-08-31)
v0.1.4 (2010-08-30)
v0.1.3 (2010-08-12)
v0.1.1 (2010-03-18)
v0.1.0 (2010-03-17)
* This Change Log was automatically generated by github_changelog_generator