2016-02-20 21:53:20 +00:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2020-11-06 10:57:14 +00:00
|
|
|
Rails.application.config.session_store :cookie_store, {
|
|
|
|
key: '_mastodon_session',
|
2021-02-11 22:47:05 +00:00
|
|
|
secure: (Rails.env.production? || ENV['LOCAL_HTTPS'] == 'true'),
|
2020-11-06 10:57:14 +00:00
|
|
|
same_site: :lax,
|
|
|
|
}
|