Use corsFetch in CommonWV(Closes #15)

This commit is contained in:
FoxRefire 2024-06-06 12:42:08 +09:00
parent 0ec39a5da9
commit af88035568

View File

@ -1,5 +1 @@
licence = await (await pyfetch(licUrl,
method="POST",
headers=licHeaders,
body=challenge
)).bytes()
licence = await corsFetch(licUrl, "POST", licHeaders, challenge, "blob")