chore: Improvements to codespaces (#11635)

- Remove the deprecated extensions
- Install claude code in base image 
- Fix rails deprecation warning
This commit is contained in:
Sojan Jose
2025-05-29 21:18:02 -06:00
committed by GitHub
parent aad6d655d5
commit 8bbf6c75e3
5 changed files with 25 additions and 7 deletions

View File

@@ -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