How to Block Web Push Notifications In Chrome/Firefox/Opera

For some time now, more and more websites have been asking if we want to receive push notifications on the desktop.

The problem is that when one website asks, I refuse, after a moment the next page asks the same question and the next one...

A lot of people including me, do not want to be constantly asked about this permission. Web push notifications are annoying the same as asking for them.

So far, I have not given web push permission to any website and I will never give such permission.

I would like the popup request for web push permission not to be shown and request automatically denied or ignored.

Fortunately, it can be done quite simply.

Table of Contents

Firefox

  1. Enter configuration page by typing in about:config in Address Bar. Click I accept the risk! button.

    Firefox about-config
    Firefox about-config
  2. In the Search bar type in dom.push.enabled

    Firefox find dom.push.enabled
    Firefox find dom.push.enabled
  3. Double click option row to change the value to false. Verify if it has changed correctly.

    That's it. Changes are saved automatically.

    Firefox set dom.push.enabled to false
    Firefox set dom.push.enabled to false

Chrome, Chromium, Vivaldi

  1. Type in chrome://settings/content/notifications into address bar.

    Chrome - Settings/Content/Notification address bar
    Chrome - Settings/Content/Notification address bar
  2. In Notification section switch button for Ask before sending (recommended).

    Chrome - Settings/Content/Notification window
    Chrome - Settings/Content/Notification window
  3. Switch will became gray and option will change name to Blocked.

    Settings are saved automatically.

    Chrome - Blocked Notifications Option
    Chrome - Blocked Notifications Option

Opera

  1. In top-left corner click Opera button.

    Opera - Main Window
    Opera - Main Window
  2. In Menu click Settings.

    Opera - Options Menu
    Opera - Options Menu
  3. Click Websites option in the left pane and scroll down to Notifications section. Select Do not allow any site to show desktop notification.

    Opera - Settings/Websites
    Opera - Settings/Websites

2 thoughts on “How to Block Web Push Notifications In Chrome/Firefox/Opera”

Leave a Comment