mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
parent
9e646abb8a
commit
7881e1ace3
@ -1564,7 +1564,7 @@ const compileDomainOpt = (ctors, iterable, prepend, units) => {
|
||||
compiledMiss.push(ctors[5].compile(hn));
|
||||
}
|
||||
for ( const hn of regexMisses ) {
|
||||
compiledHit.push(ctors[7].compile(hn));
|
||||
compiledMiss.push(ctors[7].compile(hn));
|
||||
}
|
||||
if ( prepend ) {
|
||||
if ( compiledHit.length !== 0 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user