我想检查系统是否使用代理在chrome app中发出ajax请求。
我尝试了以下chrome app api
chrome.proxy.settings.get(
{'incognito': false},
function(config) {console.log((config));});
无论是否在浏览器中添加代理,我总是得到这个结果
{ “levelOfControl”: “controllable_by_this_extension”, “值”:{ “模式”: “系统”}}
模式值始终为系统和直接代理断开时未来