Skip to content

Commit

Permalink
Merge pull request #611 from codeforjapan/enable-urlsafe_csrf_tokens
Browse files Browse the repository at this point in the history
fix: remove `urlsafe_csrf_tokens`
  • Loading branch information
ayuki-joto authored Jul 14, 2024
2 parents 9d2af10 + 22c09bb commit de3734b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.1

# TODO: remove these settings
config.action_controller.urlsafe_csrf_tokens = false

config.generators do |g|
# remove some specs
g.test_framework :rspec,
Expand Down

0 comments on commit de3734b

Please sign in to comment.