1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 17:19:38 +02:00
Raymond Hill 2018-01-13 08:31:13 -05:00
parent 6219866b53
commit a217ca42c9
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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 {