mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-10 19:46:34 +03:00
Fix DIRECT removal
This commit is contained in:
parent
bb9fac9a34
commit
5a703402b9
|
@ -505,7 +505,7 @@ PROXY foobar.com:8080; # Not HTTP!`.trim()}
|
|||
|
||||
return proxyStringRaw
|
||||
.replace(/#.*$/mg, '') // Strip comments.
|
||||
.replace(/\s*DIRECT\s*/g, '') // Remove DIRECT from old versions.
|
||||
.replace(/[^\S\r\n]*DIRECT[^\S\r\n]*/g, '') // Remove DIRECT from old versions.
|
||||
.split( /(?:[^\S\r\n]*(?:;|\r?\n)+[^\S\r\n]*)+/g )
|
||||
.map( (p) => p.trim() )
|
||||
.filter((p) => p)
|
||||
|
|
Loading…
Reference in New Issue
Block a user