diff --git a/workers/api.js b/workers/api.js index f3ecd0a4..844e4734 100644 --- a/workers/api.js +++ b/workers/api.js @@ -476,6 +476,10 @@ const init = async () => { host: API_HOST, tls: API_TLS, + state: { + strictHeader: false + }, + router: { stripTrailingSlash: true },