From e2085f7210cdc758c73a8f9094b0eb30f6cc2ad6 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Fri, 12 Jul 2024 08:40:21 +0200 Subject: [PATCH] Fix a typo in error handling --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a329117..f661864 100644 --- a/index.html +++ b/index.html @@ -163,7 +163,7 @@ __ __ _ __ ____ __ "CheerpX uses SharedArrayBuffer, which is not available right now.", "", !isSecureContext && " - This page is not in a secure context. Serve over HTTPS or WSS.", - !isSecureContext && " " + underline + "https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts" + noral, + !isSecureContext && " " + underline + "https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts" + normal, isCustom && " - The document is not cross-origin isolated.", isCustom && " " + underline + "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer#security_requirements" + normal, " - Your browser might not support SharedArrayBuffer.",