mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
6219866b53
commit
a217ca42c9
|
@ -954,7 +954,7 @@ FilterOriginMixedSet.prototype = Object.create(FilterOrigin.prototype, {
|
|||
i = hostnames.length,
|
||||
hostname;
|
||||
while ( i-- ) {
|
||||
hostname = hostnames[i].replace(/\./g, '\\.');
|
||||
hostname = hostnames[i];
|
||||
if ( hostname.charCodeAt(0) === 0x7E /* '~' */ ) {
|
||||
noneOf.push(hostname.slice(1));
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue