We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870fce9 commit 1b7488dCopy full SHA for 1b7488d
packages/cli-server-api/src/openURLMiddleware.ts
@@ -46,7 +46,6 @@ async function openURLMiddleware(
46
return;
47
}
48
49
- // Only allow http and https protocols
50
if (parsedUrl.protocol !== 'http:' && parsedUrl.protocol !== 'https:') {
51
res.writeHead(400);
52
res.end('Invalid URL protocol');
0 commit comments