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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent prompt spamming #25706

Open
paulrouget opened this issue Feb 7, 2020 · 1 comment
Open

Prevent prompt spamming #25706

paulrouget opened this issue Feb 7, 2020 · 1 comment

Comments

@paulrouget
Copy link
Contributor

@paulrouget paulrouget commented Feb 7, 2020

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.

@Manishearth
Copy link
Member

@Manishearth Manishearth commented Feb 7, 2020

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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.