mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 10:52:43 +01:00
Add support to auto-complete permissions=
This commit is contained in:
parent
87e2f350a7
commit
5dcb9d42ab
@ -3066,6 +3066,7 @@ export const netOptionTokenDescriptors = new Map([
|
||||
[ 'object', { canNegate: true } ],
|
||||
/* synonym */ [ 'object-subrequest', { canNegate: true } ],
|
||||
[ 'other', { canNegate: true } ],
|
||||
[ 'permissions', { mustAssign: true } ],
|
||||
[ 'ping', { canNegate: true } ],
|
||||
/* synonym */ [ 'beacon', { canNegate: true } ],
|
||||
[ 'popunder', { } ],
|
||||
|
Loading…
Reference in New Issue
Block a user