session_store.rb 288 B

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