mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 15:48:07 +01:00
3 lines
151 B
Ruby
3 lines
151 B
Ruby
|
Makara::Cookie::DEFAULT_OPTIONS[:same_site] = :lax
|
||
|
Makara::Cookie::DEFAULT_OPTIONS[:secure] = Rails.env.production? || ENV['LOCAL_HTTPS'] == 'true'
|