1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

Add support to auto-complete permissions=

This commit is contained in:
Raymond Hill 2023-12-04 11:19:06 -05:00
parent 87e2f350a7
commit 5dcb9d42ab
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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', { } ],