-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS 13 系统- 麦克风监控存在误报问题 #48
Comments
Ping |
感谢反馈,我们看看。 |
感谢您的回答,因为对OC不是很熟,这里只能辛苦帮忙看看了~ |
Not only Safari, but also Chrome, WeChat, QQ, all things who has Chrome Helper like Electron.JS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
复现步骤:
使用macOS 13,确保Chrome或者Safari,有“麦克风权限“。
使用Chrome打开Youtube,可以看到如下面截图,Lemon会误报,但是其实并没有被调用。
理论上OS的麦克风被调用时会在通知中心显示小黄点如下图:
注1:如果手动调用下述代码,在浏览器真正去请求麦克风权限
navigator.mediaDevices.getUserMedia({audio:true})
, 此时可以看到系统小黄点显示,表明Chrome和Safari访问上述两个网站时,并没有调用该API。注2:下载另一款监控软件:Micro Snitch Mac,不存在该问题,与系统监控一致。
The text was updated successfully, but these errors were encountered: