提交 9465dbe8 编写于 作者: C Christof Marti

Use own domain

上级 10722887
......@@ -219,7 +219,7 @@ export class WorkspaceTags implements IWorkbenchContribution {
}
private reportProxyStats() {
this.requestService.resolveProxy('https://www.example.com/')
this.requestService.resolveProxy('https://www.microsoft.com/')
.then(proxy => {
let type = proxy ? String(proxy).trim().split(/\s+/, 1)[0] : 'EMPTY';
if (['DIRECT', 'PROXY', 'HTTPS', 'SOCKS', 'EMPTY'].indexOf(type) === -1) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册