From cd7db67d448a1e306b24c644fb056a0357237dd1 Mon Sep 17 00:00:00 2001 From: Eduard Prigoana Date: Sat, 21 Feb 2026 14:04:33 +0200 Subject: [PATCH] Update upload.js --- functions/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/upload.js b/functions/upload.js index e457210..a15a966 100644 --- a/functions/upload.js +++ b/functions/upload.js @@ -99,7 +99,7 @@ export async function onRequest(context) { headers: { 'Content-Type': 'application/json', 'User-Agent': 'Mozilla/5.0', - Origin: 'https://your-domain.com', + Origin: 'https://imgur.gg', }, body: JSON.stringify(metadataPayload), });