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