diff --git a/server.js b/server.js index b83a79235..67d706192 100644 --- a/server.js +++ b/server.js @@ -243,7 +243,6 @@ const cliArguments = yargs(hideBin(process.argv)) describe: 'Request proxy URL (HTTP or SOCKS protocols)', }).option('requestProxyBypass', { type: 'array', - default: null, describe: 'Request proxy bypass list (space separated list of hosts)', }).parseSync();