Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPrevent prompt spamming #25706
Open
Prevent prompt spamming #25706
Labels
Comments
|
In general permissions-requiring APIs are typically designed such that they must have user activation to be triggered, so it's hard to do this with permissions APIs. But still worth having this filter. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a prompt system in place. We need to give the option to the user to dismiss further prompt to avoid spamming.
That is true for content dialogs (
window.alert()), but also true for things like the devtools permission prompt.