mirror of
https://github.com/discourse/discourse.git
synced 2025-06-08 00:27:32 +08:00
Revert "Try secure: true again" It's definitely broken
This commit is contained in:
@ -1,9 +1,6 @@
|
|||||||
# Be sure to restart your server when you modify this file.
|
# Be sure to restart your server when you modify this file.
|
||||||
|
|
||||||
Discourse::Application.config.session_store :cookie_store, {
|
Discourse::Application.config.session_store :cookie_store, key: '_forum_session'
|
||||||
key: '_forum_session',
|
|
||||||
secure: SiteSetting.use_https
|
|
||||||
}
|
|
||||||
|
|
||||||
# Use the database for sessions instead of the cookie-based default,
|
# Use the database for sessions instead of the cookie-based default,
|
||||||
# which shouldn't be used to store highly confidential information
|
# which shouldn't be used to store highly confidential information
|
||||||
|
Reference in New Issue
Block a user