Merge branch 'next-minor' into develop

This commit is contained in:
Dennis Schubert 2016-09-04 03:06:20 +02:00
commit 0a5df214f2
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@
## Refactor
* Indicate proper way to report bugs in the sidebar [#7039](https://github.com/diaspora/diaspora/pull/7039)
* Remove text color from notification mails and fix sender avatar [#7054](https://github.com/diaspora/diaspora/pull/7054)
* Make the session cookies HttpOnly again [#7041](https://github.com/diaspora/diaspora/pull/7041)
## Bug fixes

View file

@ -1,3 +1,3 @@
# Be sure to restart your server when you modify this file.
Diaspora::Application.config.session_store :cookie_store, key: '_diaspora_session', httponly: false
Diaspora::Application.config.session_store :cookie_store, key: "_diaspora_session", httponly: true