mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
parent
9e646abb8a
commit
7881e1ace3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue