chore: Improvements to codespaces (#11635)
- Remove the deprecated extensions - Install claude code in base image - Fix rails deprecation warning
This commit is contained in:
@@ -66,7 +66,7 @@ Rails.application.configure do
|
||||
# GitHub Codespaces configuration
|
||||
if ENV['CODESPACES']
|
||||
# Allow web console access from any IP
|
||||
config.web_console.whitelisted_ips = %w(0.0.0.0/0 ::/0)
|
||||
config.web_console.allowed_ips = %w(0.0.0.0/0 ::/0)
|
||||
# Allow CSRF from codespace URLs
|
||||
config.force_ssl = false
|
||||
config.action_controller.forgery_protection_origin_check = false
|
||||
|
||||
Reference in New Issue
Block a user