mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-27 20:03:45 +03:00
Fix bug with no rule returned from PAC
This commit is contained in:
parent
0b80a6bd18
commit
498f35df71
|
@ -423,7 +423,7 @@ ${ pacMods.filteredCustomsString
|
||||||
pacMods.ifUsePacScriptProxies
|
pacMods.ifUsePacScriptProxies
|
||||||
) {
|
) {
|
||||||
return res + `
|
return res + `
|
||||||
/******/ return pacScriptProxies + directIfAllowed;`;
|
/******/ return (pacScriptProxies + directIfAllowed) || "DIRECT";`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return res + `
|
return res + `
|
||||||
|
|
Loading…
Reference in New Issue
Block a user