From f533a100976e45a9cfb93d9ff859cf61ee4c7d37 Mon Sep 17 00:00:00 2001 From: tarquinwj <37445545+tarquinwj@users.noreply.github.com> Date: Mon, 20 Mar 2023 17:11:24 +0000 Subject: [PATCH] docs: VAPID protocol information is wrong (#1914) --- docs/content/80.pwa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/80.pwa.md b/docs/content/80.pwa.md index c9ab950b..6aefe991 100644 --- a/docs/content/80.pwa.md +++ b/docs/content/80.pwa.md @@ -79,9 +79,9 @@ If you cannot see the notification permission prompt, you will need to remove pu ### Your browser supports Web Push Notifications, but does not seem to implement the VAPID protocol. -If you're receiving this error, it means that your browser doesn't support the VAPID protocol, and you will not be able to receive push notifications. +If you're receiving this error, it means that either your browser doesn't support the VAPID protocol, or something is preventing the VAPID protocol from working in your browser. The VAPID protocol requires the clock to be set correctly on your computer or device, since this is used for certficate checks. Check that your clock is set to the correct date, time and timezone. After setting it correctly, restart your browser and try again. If it is set correctly, and you still receive this message, then your browser doesn't support the VAPID protocol and you will not be able to receive push notifications. -There is nothing we can do to fix this, you will need to use a browser that supports the VAPID protocol: Chrome, Edge, Safari and Firefox. +There is nothing we can do to fix this, you will need to use a browser that supports the VAPID protocol: Chrome, Edge, Safari, Firefox and Vivaldi. ### Install Elk button not working