Merge pull request #291 from tstromberg/chrome-management-perms

unexpected chrome extension: Check for 'management' permission
This commit is contained in:
Thomas Strömberg 2023-07-05 12:49:28 -04:00 committed by GitHub
commit 3a0902b04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ WHERE state = 1
OR perms LIKE "%nativeMessaging%"
OR perms LIKE "%proxy%"
OR perms LIKE "%webAuthenticationProxy%"
OR perms LIKE "%management%"
)
)
AND NOT exception_key IN (