We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa7d54 commit e62fb01Copy full SHA for e62fb01
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