Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-19 | replace all instances of "ends_with?" with "end_with?" (#15745) | Justin Tracey | |
The "ends_with?" method is just a Rails alias of Ruby's "end_with?" method. Using the latter makes the code less brittle. | |||
2021-02-16 | use host instead of headers to make Rack happy (#15741) | Justin Tracey | |
"headers" is provided by Rails, Rack can't rely on it | |||
2021-02-14 | Monkey patch Rack::Session to send secure cookies to onions (#15725) | Cecylia Bocovich | |
2021-02-11 | Drop dependency on secure_headers, fix response headers (#15712) | Claire | |
* Drop dependency on secure_headers, use always_write_cookie instead * Fix cookies in Tor Hidden Services by moving configuration to application.rb * Instead of setting always_write_cookie at boot, monkey-patch ActionDispatch |