From 792a59d8d77db2ff94a56f197e2c1176e85b11b5 Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Sat, 21 Feb 2026 12:38:57 +0100 Subject: [PATCH] Feat: You can now fetch image from all website. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index e51cc6f..40970a4 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ default-src 'self' 'unsafe-inline' data:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src https://fonts.gstatic.com; - img-src 'self' data: https://i.ytimg.com; + img-src 'self' data: https:; ">