Fix bug with no rule returned from PAC

This commit is contained in:
Ilya Ig. Petrov 2017-11-28 23:29:12 +05:00
parent 0b80a6bd18
commit 498f35df71

View File

@ -423,7 +423,7 @@ ${ pacMods.filteredCustomsString
pacMods.ifUsePacScriptProxies
) {
return res + `
/******/ return pacScriptProxies + directIfAllowed;`;
/******/ return (pacScriptProxies + directIfAllowed) || "DIRECT";`;
}
return res + `