tangled
alpha
login
or
join now
notjack.space
/
wisp.place-monorepo
forked from
nekomimi.pet/wisp.place-monorepo
0
fork
atom
Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
0
fork
atom
overview
issues
pulls
pipelines
user agent
nekomimi.pet
3 months ago
c5dc9ff6
7cc35181
verified
This commit was signed with the committer's
known signature
.
nekomimi.pet
SSH Key Fingerprint:
SHA256:knUvGhH8rbrdqbzO9WXAIaTK0LrdYw2UC0qWB43Ic0Q=
+4
1 changed file
expand all
collapse all
unified
split
packages
@wisp
safe-fetch
src
index.ts
+4
packages/@wisp/safe-fetch/src/index.ts
···
76
76
...options,
77
77
signal: controller.signal,
78
78
redirect: 'follow',
79
79
+
headers: {
80
80
+
'User-Agent': 'wisp-place hosting-service',
81
81
+
...(options?.headers || {}),
82
82
+
},
79
83
});
80
84
81
85
const contentLength = response.headers.get('content-length');