Patrick
Patrick

Reputation: 89

Mozilla undo "Always Block Notifications"

Using the web notifications api Mozilla will ask user for permission. If I choose 'Always Block Notifications' there seems no way to undo that setting(?).

I've checked about:config, and dom.notifications.enabled is true.

But calling Notification.requestPermission() never shows the popup again...

Upvotes: 0

Views: 230

Answers (1)

Brendan Ritchie
Brendan Ritchie

Reputation: 2345

Under the menu at right-hand side of the Firefox toolbar, go to History -> Show All History. Find the site in question, right-click on it, and choose Forget About This Site from the context menu. This will clear all site data and site-related preferences including the notifications preferences, so you'll be able to get the notification prompt again.

Upvotes: 1

Related Questions