mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
[mv3] Fix converter to DNR rules
This commit is contained in:
parent
4c48148eb2
commit
4774a39b17
1 changed files with 5 additions and 1 deletions
|
@ -4352,7 +4352,11 @@ FilterContainer.prototype.dnrFromCompiled = function(op, context, ...args) {
|
|||
const realms = new Map([
|
||||
[ BLOCK_REALM, 'block' ],
|
||||
[ ALLOW_REALM, 'allow' ],
|
||||
[ MODIFY_REALMS, 'modify' ],
|
||||
[ REDIRECT_REALM, 'redirect' ],
|
||||
[ REMOVEPARAM_REALM, 'removeparam' ],
|
||||
[ CSP_REALM, 'csp' ],
|
||||
[ PERMISSIONS_REALM, 'permissions' ],
|
||||
[ URLTRANSFORM_REALM, 'urltransform' ],
|
||||
]);
|
||||
const partyness = new Map([
|
||||
[ ANYPARTY_REALM, '' ],
|
||||
|
|
Loading…
Reference in a new issue