From f68e90e6b2a8d3f2d9ece7863ce251ae9c9948a9 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 14 Nov 2018 16:37:46 +0000 Subject: [PATCH] a --- prngCheck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prngCheck.js b/prngCheck.js index 08203c5..d6c77f1 100644 --- a/prngCheck.js +++ b/prngCheck.js @@ -1,4 +1,4 @@ function isGoodPrngAvailable(){return!("undefined"==typeof window||!window.crypto||!window.crypto.getRandomValues)||"undefined"!=typeof window&&"object"==typeof window.msCrypto&&"function"==typeof window.msCrypto.getRandomValues} if (!isGoodPrngAvailable()) { - (alert("A browser that has a Pseudo Random Number Generator is required to use ProtonMail. Please update your browser."),window.location="https://protonmail.com/compatibility"); + (alert("A browser that has a Pseudo Random Number Generator is required to use browserPGP. Please update your browser."),window.location="https://browserpgp.github.io/compatibility.html"); }