Go back to a real redirect
This commit is contained in:
parent
4a35586882
commit
9b1ec69810
@ -14,7 +14,7 @@ async function handle_keys_request(context) {
|
||||
}
|
||||
|
||||
// Transparent redirect
|
||||
return fetch(url);
|
||||
return Response.redirect(url, 302);
|
||||
}
|
||||
|
||||
// Otherwise, continue the request chain
|
||||
|
Loading…
x
Reference in New Issue
Block a user