We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc0f0e commit 637f8f9Copy full SHA for 637f8f9
config/environments/development.rb
@@ -76,4 +76,7 @@
76
77
# Uncomment if you wish to allow Action Cable access from any origin.
78
# config.action_cable.disable_request_forgery_protection = true
79
+
80
+ # Allow POST authenticity on Codespaces in dev
81
+ config.action_controller.forgery_protection_origin_check = false
82
end
0 commit comments