Uncaught (in promise) DOMException: Registration failed - missing applicationServerKey, and gcm_sender_id not found in manifest
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+unsubscribe@chromium.org.
Hi Peter,thanks for the reply.Why would it be bad to rely on endpoint secrecy for subscriptions? All the serviceworker APIs *already* require HTTPS and valid certificates which implies that the endpoint can be trusted. I can't think of an "attack-vector" (?) or a "bad thing" that making gcm_sender_id or applicationServerKey required would mitigate. Can you help me out?
Hello Peter,well... the fear of "losing control over something when it has been compromised" can never be mitigated... What if the google or mozilla push servers get compromised?
Do the current ServiceWorker implementations not have an API that allows the application developer to tell the user agent which push server to use, so we can run our own push servers?