mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:54:16 +08:00
Revert "Add secure flag to cookie"
This commit is contained in:
parent
4e158b2316
commit
f71c8bb533
|
@ -1,9 +1,6 @@
|
|||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
Discourse::Application.config.session_store :cookie_store, {
|
||||
key: '_forum_session',
|
||||
secure: SiteSetting.use_https
|
||||
}
|
||||
Discourse::Application.config.session_store :cookie_store, key: '_forum_session'
|
||||
|
||||
# Use the database for sessions instead of the cookie-based default,
|
||||
# which shouldn't be used to store highly confidential information
|
||||
|
|
Loading…
Reference in New Issue
Block a user