mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-23 18:03:44 +03:00
Custom (or tor) proxies must have the higher priority
This commit is contained in:
parent
1a25e74149
commit
496073e504
|
@ -364,7 +364,7 @@
|
|||
if (pacMods.filteredCustomsString) {
|
||||
res += `
|
||||
/******/
|
||||
/******/ const filteredCustomProxies = "; ${pacMods.filteredCustomsString}";
|
||||
/******/ const filteredCustomProxies = "${pacMods.filteredCustomsString}; ";
|
||||
/******/`;
|
||||
}
|
||||
|
||||
|
@ -440,6 +440,7 @@ ${ pacMods.filteredCustomsString
|
|||
/******/ return "DIRECT";
|
||||
/******/ }
|
||||
/******/ return ` +
|
||||
(pacMods.filteredCustomsString ? 'filteredCustomProxies + ' : '') +
|
||||
function() {
|
||||
|
||||
if (!pacMods.ifUsePacScriptProxies) {
|
||||
|
@ -452,7 +453,7 @@ ${ pacMods.filteredCustomsString
|
|||
}
|
||||
return filteredPacExp + ' + ';
|
||||
|
||||
}() + `${pacMods.filteredCustomsString ? 'filteredCustomProxies + ' : ''}directIfAllowed;`; // Without DIRECT you will get 'PROXY CONN FAILED' pac-error.
|
||||
}() + `directIfAllowed;`; // Without DIRECT you will get 'PROXY CONN FAILED' pac-error.
|
||||
|
||||
}()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user