Skip to content

Instantly share code, notes, and snippets.

@ggrandes
Last active October 7, 2017 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ggrandes/4dac48bcf5f9732e39680fabe0adc1f1 to your computer and use it in GitHub Desktop.
Save ggrandes/4dac48bcf5f9732e39680fabe0adc1f1 to your computer and use it in GitHub Desktop.
How disable Web Push Notifications Globally in Firefox

To disable Web Push Notifications in Firefox, the following about:config must be set to false:

dom.webnotifications.enabled
dom.webnotifications.serviceworker.enabled
dom.push.connection.enabled
dom.push.enabled

Test Web Notifications: http://www.bennish.net/web-notifications.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment