Medium / matador

an MVC framework for Node
http://medium.github.io/matador
Other
604 stars 41 forks source link

Add ability to force all cookies to be served with secure #146

Closed dnf closed 10 years ago

dnf commented 10 years ago

Hello @dpup, @skuwamoto,

Please review the following commits I made in branch 'don-add-force-secure-cookies'.

71ada27c9adcc6b7d88ee46f4eb3160c3cefa619 (2014-03-20 16:05:04 -0700) Add ability to force all cookies to be served with secure

R=@dpup R=@skuwamoto

dpup commented 10 years ago

It's probably safe to remove that error. It seems unlikely that someone wouldn't figure it out.

LGTM

dnf commented 10 years ago

Ok, all changes incorporated. Merging.