Write on the margins of the internet. Powered by the AT Protocol.

actual actual fix

+1
+1
web/src/middleware.ts
··· 25 25 const init: RequestInit = { 26 26 method: request.method, 27 27 headers, 28 + redirect: "manual", 28 29 }; 29 30 30 31 if (request.method !== "GET" && request.method !== "HEAD" && request.body) {