0
0
Fork 0

Fix rubocop Layout/ArgumentAlignment cop (#26060)

This commit is contained in:
Matt Jankowski 2023-09-28 09:48:47 -04:00 committed by GitHub
parent e6b903b21e
commit 56c0babc0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 34 deletions

View file

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