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

Spec "disable: notifications" enforcement #3

Closed
igrigorik opened this issue May 23, 2016 · 1 comment
Closed

Spec "disable: notifications" enforcement #3

igrigorik opened this issue May 23, 2016 · 1 comment

Comments

@igrigorik
Copy link
Member

Disable the permission request by patching requestPermission(callback) method:

  • Before step 3, check if notifications are disabled. If so, set permission to "denied".
igrigorik added a commit that referenced this issue Aug 16, 2016
Controls access to the Notification interface and defaults to enabled
for top-level browsing contexts. Nested contexts are default off; parent
browsing context must explicitly enable the feature.

Closes #3.
@igrigorik
Copy link
Member Author

Added in 55aa0e4.

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

No branches or pull requests

2 participants
@igrigorik and others