Commit Graph

6 Commits

Author SHA1 Message Date
jomo
61edf27888 add CookieJar patch to flag cookies as secure based on the connection protocol
rails only allows to globally flag session cookies as either secure or not
this patch sets the secure flag for cookies based on the protocol (http/https)
this is used to send cookies via http but flag them secure for https
which allows use with HTTP over Tor for an onion domain
this is acceptable because nginx redirects clearnet http to https
2017-01-08 08:06:37 +01:00
jomo
498fa1875d use secure cookies in production 2015-12-04 00:30:08 +01:00
jomo
2e687216ee change back to active_record_store 2014-05-02 01:50:12 +02:00
jomo
5124bccb90 rename app to Redstoner, session timeout 5 days 2014-05-02 01:47:35 +02:00
jomo
5fac505a31 another big commit :D 2013-10-07 04:59:21 +02:00
jomo
149232ec0c lets start this 2013-05-18 22:46:56 +02:00