smh
This commit is contained in:
parent
d2b7309a6d
commit
cfdbc686c7
@ -23,7 +23,7 @@ export async function onRequestGet(context: RequestContext) {
|
|||||||
Uint8Array.from(atob(context.env.URL_SIGNING_KEY), (c) =>
|
Uint8Array.from(atob(context.env.URL_SIGNING_KEY), (c) =>
|
||||||
c.charCodeAt(0),
|
c.charCodeAt(0),
|
||||||
),
|
),
|
||||||
{ hash: "SHA=256", name: "HMAC" },
|
{ hash: "SHA-256", name: "HMAC" },
|
||||||
false,
|
false,
|
||||||
["sign"],
|
["sign"],
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user