From 35449ef906687f282191290cc94394ca2419901b Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Mon, 9 Feb 2026 02:16:16 +0100 Subject: [PATCH] Using unprint for profile test URL probing. --- tests/profiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/profiles.js b/tests/profiles.js index 37abac59..458254f2 100644 --- a/tests/profiles.js +++ b/tests/profiles.js @@ -272,7 +272,7 @@ async function validateUrl(url, mime = 'image/') { return false; } - const res = await fetch(href, { + const res = await unprint.get(href, { headers: { Referer: url.referer || new URL(href).origin, },