From 230f1e01c742a69a7252a7fc2df075e4c75dbcf9 Mon Sep 17 00:00:00 2001 From: Larry Lu Date: Sat, 23 May 2026 10:55:05 +0800 Subject: [PATCH] fix(web): serve axios from jsdelivr (cdnjs is missing 1.12.x) cdnjs returns HTTP 404 with content-type text/html for axios@1.12.x even though their metadata API lists 1.12.2 as current. The browser then blocks the response because of X-Content-Type-Options: nosniff. Switching to jsdelivr serves the same 1.12.2 file with content-type application/javascript. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 485c1d6..f2df85d 100644 --- a/public/index.html +++ b/public/index.html @@ -180,7 +180,7 @@

肥豬電腦遙控器

- +