THIS TIME it should be fixed
This commit is contained in:
parent
b97bfa9f26
commit
112e1faa3d
@ -18,8 +18,7 @@ export async function onRequestGet(context: RequestContext) {
|
|||||||
|
|
||||||
return Response.redirect(
|
return Response.redirect(
|
||||||
`${unsignedURL}&Signature=${btoa(
|
`${unsignedURL}&Signature=${btoa(
|
||||||
// @ts-expect-error
|
String.fromCodePoint(...new Uint8Array(signature)),
|
||||||
String.fromCodePoint(...signature),
|
|
||||||
)
|
)
|
||||||
.replaceAll("+", "-")
|
.replaceAll("+", "-")
|
||||||
.replaceAll("/", "_")
|
.replaceAll("/", "_")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user