You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that icx-proxy has inherited the logic of picking canister ids from hostname, query string, or referer, in that order from the dfx bootstrap command:
I see that
icx-proxy
has inherited the logic of picking canister ids from hostname, query string, or referer, in that order from thedfx bootstrap
command:agent-rs/icx-proxy/src/main.rs
Lines 116 to 147 in 95a0782
But support for query and referer is only needed for local development, right? It might be confusing if this logic is used “in production”.
I suggest to make looking into the query string and referrer optional, and only enable it when
icx-proxy
is run as part ofdfx start
.The text was updated successfully, but these errors were encountered: