tangled
alpha
login
or
join now
jauntywk.bsky.social
/
margin
forked from
margin.at/margin
0
fork
atom
Write on the margins of the internet. Powered by the AT Protocol.
0
fork
atom
overview
issues
pulls
pipelines
actual actual fix
scanash.com
1 month ago
a946ff7b
7764623c
+1
1 changed file
expand all
collapse all
unified
split
web
src
middleware.ts
+1
web/src/middleware.ts
···
25
25
const init: RequestInit = {
26
26
method: request.method,
27
27
headers,
28
28
+
redirect: "manual",
28
29
};
29
30
30
31
if (request.method !== "GET" && request.method !== "HEAD" && request.body) {