1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-03 01:09:03 +09:00
whippy-edition/config/initializers/makara.rb

3 lines
151 B
Ruby

Makara::Cookie::DEFAULT_OPTIONS[:same_site] = :lax
Makara::Cookie::DEFAULT_OPTIONS[:secure] = Rails.env.production? || ENV['LOCAL_HTTPS'] == 'true'