From e2c35facdbfd926ff624adf8ec3c07fe43692afd Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 3 Nov 2020 15:47:20 -0600 Subject: [PATCH] Remove invalid comment on maybeProxy It no longer handles authentication. --- src/node/proxy.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/node/proxy.ts b/src/node/proxy.ts index a95badad..d53de692 100644 --- a/src/node/proxy.ts +++ b/src/node/proxy.ts @@ -25,8 +25,6 @@ export const router = Router() * * For example if `coder.com` is specified `8080.coder.com` will be proxied * but `8080.test.coder.com` and `test.8080.coder.com` will not. - * - * Throw an error if proxying but the user isn't authenticated. */ const maybeProxy = (req: Request): string | undefined => { // Split into parts.