]> git.openstreetmap.org Git - rails.git/commitdiff
Enable use of URL safe CSRF tokens
authorTom Hughes <tom@compton.nu>
Thu, 13 May 2021 18:52:02 +0000 (19:52 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 13 May 2021 18:52:02 +0000 (19:52 +0100)
config/initializers/new_framework_defaults_6_1.rb

index 9526b835ab6d3b9a936ec54f0fd21d68f1fa5b5d..27330872dc349e5e854d76f0294dd1558b7764b2 100644 (file)
@@ -29,7 +29,7 @@
 #
 # This change is not backwards compatible with earlier Rails versions.
 # It's best enabled when your entire app is migrated and stable on 6.1.
-Rails.application.config.action_controller.urlsafe_csrf_tokens = true
+Rails.application.config.action_controller.urlsafe_csrf_tokens = true
 
 # Specify whether `ActiveSupport::TimeZone.utc_to_local` returns a time with an
 # UTC offset or a UTC time.