mirror of https://github.com/gorhill/uBlock.git
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