Closed
Description
What is your suggestion?
Allow the port-forwarding proxy to be disabled with an option.
Why do you want this feature?
We are running code-server behind a load balancer with its own port-forwarding proxy. As such, we want to disable the built-in proxy in code-server to avoid users from circumventing the authentication.
Are there any workarounds to get this functionality today?
VS Code has the remote.autoForwardPorts
setting, which stops the automatic discovery of ports to forward, but it does not actually block the code-server routes if the user knows the URL pattern to use.
Are you interested in submitting a PR for this?
Yes