Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDisable /preflight on deployed instances #1808
Comments
|
I think it'd actually be OK if |
|
Hi, Can I take this issue as well? |


Currently our
preflight/endpoint is accessible at any time, even after the instance has already been correctly deployed. We should remove these routes after the app has been deployed (i.e. at least one user has been created in the instance), to avoid potentially leaking some information about the instance's setup (as we add more functionality to this page). To accomplish this,_preflight/route should be disabled altogether.preflightroute should redirect to the route location (/) on the frontend.