Şu anda bakım nedeniyle sitemiz kısıtlı işlevsellik sunmaktadır. Mevcut makaleler sorununuzu çözmediyse ve bize soru sormak isterseniz Twitter’da @FirefoxSupport hesabından ve Reddit’teki /r/firefox subreddit'inden destek gönüllülerimize ulaşabilirsiniz.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

How is this ESR browser subscribed to notifications?

  • 2 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 16 gösterim
  • Son yanıtı yazan: magnetbox

more options

I have a client who has Firefox ESR 52 and has multiple sites with web push notifications enabled, and they say they are getting pushes from those sites. How is this possible given that service workers are disabled for that browser? Were service workers enabled/allowed at some point, and then disabled later (so if you had it integrated and enabled it early on, it still works now)? Or is there another way to have web pushes for that browser?

I have a client who has Firefox ESR 52 and has multiple sites with web push notifications enabled, and they say they are getting pushes from those sites. How is this possible given that service workers are disabled for that browser? Were service workers enabled/allowed at some point, and then disabled later (so if you had it integrated and enabled it early on, it still works now)? Or is there another way to have web pushes for that browser?

Tüm Yanıtlar (2)

more options

Push notifications are opt-in, and you can revoke permission from any website at any time.

  • Page Info -> Permissions: Receive Notifications
  • Options/Preferences -> Content: Notifications

These notifications require that you give permission to receive the notification when the website prompt you. These types of notifications are controlled globally via prefs that you can inspect and modify via the about:config page.

Global setting Push notifications: dom.push.enabled (dom.push.serverURL) Global setting Web notifications: dom.webnotifications.enabled and dom.webnotifications.serviceworker.enabled Global setting Desktop: notification.feature.enabled Global setting for service workers: dom.serviceWorkers.enabled

See also about:serviceworkers

more options

This answer isn't relevant to my question.