mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-27 11:53:44 +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
|
||||
) {
|
||||
return res + `
|
||||
/******/ return pacScriptProxies + directIfAllowed;`;
|
||||
/******/ return (pacScriptProxies + directIfAllowed) || "DIRECT";`;
|
||||
}
|
||||
|
||||
return res + `
|
||||
|
|
Loading…
Reference in New Issue
Block a user