rails_panel icon indicating copy to clipboard operation
rails_panel copied to clipboard

Non "localhost" hosts aren't permitted

Open simmerz opened this issue 10 months ago • 2 comments

It would be great if users could set their own allowed URLs rather than only localhost. My use case is a multi-subdomain app where I use the .test domain locally to run multiple subdomains in my rails app, and don't use localhost at all.

simmerz avatar Feb 13 '25 12:02 simmerz

Same here!

jrub avatar Apr 08 '25 15:04 jrub

my use case: i run my dev environment locally behind a tailscale tunnel in order to test callbacks from external providers. urls have this schema: https://..ts.net

whysthatso avatar Jul 02 '25 13:07 whysthatso