chrome app proxy api总是以系统方式返回模式,即使在Chrome浏览器中删除代理连接后也是如此

时间:2017-03-31 17:00:28

标签: google-chrome-app

我想检查系统是否使用代理在chrome app中发出ajax请求。

我尝试了以下chrome app api

chrome.proxy.settings.get(
          {'incognito': false},
          function(config) {console.log((config));});

无论是否在浏览器中添加代理,我总是得到这个结果

{ “levelOfControl”: “controllable_by_this_extension”, “值”:{ “模式”: “系统”}}

模式值始终为系统和直接代理断开时未来

0 个答案:

没有答案