Skip to content

Commit

Permalink
fix: remove urlsafe_csrf_tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Jul 12, 2024
1 parent a5ea373 commit 22c09bb
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 22c09bb

Please sign in to comment.