feat(frontend): allow local->staging tunnel in dev#5030
Conversation
Code ReviewOverviewThis PR adds FindingsCorrectness — Placement is correct. Conventions — Hostname uses Security — Low risk: Vite's host-header check is the only guard here. Anyone who can route traffic to Scope — The entry is unconditional across all modes ( allowedHosts: mode === "staging" ? ["local.staging.rivet.dev"] : [],This is a minor nit; the current form is acceptable if the tunnel should work in all dev modes. PR description — The checklist and test description are blank. For a one-line config change there is not much to test, but a brief note on how the tunnel is set up (e.g. which tool routes SummaryThe change is correct and safe. The main suggestion is to conditionally apply the host only when |
9368b87 to
a664735
Compare
a460166 to
8656480
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: