session_store.rb 257 B

123456
  1. # Be sure to restart your server when you modify this file.
  2. Rails.application.config.session_store :cookie_store,
  3. key: '_mastodon_session',
  4. secure: false, # All cookies have their secure flag set by the force_ssl option in production
  5. same_site: :lax