From c6ff3283d6fd0d0ff6570e4e99c505d0ca4974c6 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Tue, 1 Oct 2024 11:42:01 +0200 Subject: [PATCH] Add analytics even on WSS failures in the wild --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 500ef7f..2549ff1 100644 --- a/index.html +++ b/index.html @@ -356,6 +356,7 @@ __ __ _ __ ____ __ if(image_url.startsWith(wssProtocol)) { // WebSocket protocol failed, try agin using plain HTTP + plausible("WS Disk failure"); image_url = "https:" + image_url.substr(wssProtocol.length); blockDevice = await CheerpX.CloudDevice.create(image_url); }