mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
parent
981be2d5b2
commit
d0e303ca19
1 changed files with 2 additions and 2 deletions
|
|
@ -145,8 +145,8 @@ httpheaderFilteringEngine.apply = function(fctxt, headers) {
|
|||
}
|
||||
|
||||
// Split filters in different groups
|
||||
const filters = new Map();
|
||||
const exceptions = new Map();
|
||||
const filters = new Set();
|
||||
const exceptions = new Set();
|
||||
for ( const s of all ) {
|
||||
const selector = s.slice(1);
|
||||
if ( s.charCodeAt(0) === 0x2D /* - */ ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue