Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place

user agent

nekomimi.pet c5dc9ff6 7cc35181

verified
Changed files
+4
packages
@wisp
safe-fetch
src
+4
packages/@wisp/safe-fetch/src/index.ts
···
...options,
signal: controller.signal,
redirect: 'follow',
+
headers: {
+
'User-Agent': 'wisp-place hosting-service',
+
...(options?.headers || {}),
+
},
});
const contentLength = response.headers.get('content-length');