mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Add localhost to the block-informer
This commit is contained in:
parent
0d4366712f
commit
6988d42068
|
@ -80,6 +80,7 @@
|
||||||
privates._strToHostObj = {
|
privates._strToHostObj = {
|
||||||
[_antizapret.host]: _antizapret,
|
[_antizapret.host]: _antizapret,
|
||||||
[proxyForRanges]: { host: proxyForRanges },
|
[proxyForRanges]: { host: proxyForRanges },
|
||||||
|
['localhost']: { host: 'localhost' },
|
||||||
};
|
};
|
||||||
|
|
||||||
privates._ipToHostObj = {};
|
privates._ipToHostObj = {};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user