Skip to content

Commit 1b7488d

Browse files
committed
remove comment
1 parent 870fce9 commit 1b7488d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cli-server-api/src/openURLMiddleware.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ async function openURLMiddleware(
4646
return;
4747
}
4848

49-
// Only allow http and https protocols
5049
if (parsedUrl.protocol !== 'http:' && parsedUrl.protocol !== 'https:') {
5150
res.writeHead(400);
5251
res.end('Invalid URL protocol');

0 commit comments

Comments
 (0)