Raymond Hill 2018-01-13 08:31:13 -05:00
parent 2ef892c086
commit bc782be663
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 {