Update upload.js

This commit is contained in:
Eduard Prigoana 2026-02-21 14:04:33 +02:00 committed by GitHub
parent 286a3e36d9
commit cd7db67d44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ export async function onRequest(context) {
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
'User-Agent': 'Mozilla/5.0', 'User-Agent': 'Mozilla/5.0',
Origin: 'https://your-domain.com', Origin: 'https://imgur.gg',
}, },
body: JSON.stringify(metadataPayload), body: JSON.stringify(metadataPayload),
}); });