Add localhost to the block-informer

This commit is contained in:
Ilya Ig. Petrov 2018-05-09 19:06:20 +05:00
parent 0d4366712f
commit 6988d42068

View File

@ -80,6 +80,7 @@
privates._strToHostObj = {
[_antizapret.host]: _antizapret,
[proxyForRanges]: { host: proxyForRanges },
['localhost']: { host: 'localhost' },
};
privates._ipToHostObj = {};