Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove accessibility prompt 馃悰 #178

Conversation

kentbetita
Copy link
Contributor

@kentbetita kentbetita commented Feb 22, 2024

Why

There has been issues with macOS users regarding accessibility permission. The accessibility permission is needed in order to get the complete window title. Apparently, the screenRecordingPermission already handles this concern so there is no need for the accessibility permission. To fix this we just completely remove the code for the accessibility prompt check.

Changes

  • Removed accessibility prompt check

Related

@sindresorhus
Copy link
Owner

Actually, looking more into this (which you should have done too), the accessibility permission is required to get the URL of the active tab in browsers. The comment was just incorrect.

@kentbetita kentbetita deleted the fix/remove-accessibility-prompt branch February 23, 2024 23:47
@kentbetita kentbetita restored the fix/remove-accessibility-prompt branch February 24, 2024 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow opting out of triggering access dialogs
2 participants