tangled
alpha
login
or
join now
jordanreger.com
/
htmlsky
0
fork
atom
An HTML-only Bluesky frontend
0
fork
atom
overview
issues
pulls
pipelines
remove logging
jordanreger.com
2 years ago
ab3bcb6d
21e18a1b
-3
1 changed file
expand all
collapse all
unified
split
main.js
-3
main.js
···
8
8
9
9
const controller = new AbortController(), signal = controller.signal;
10
10
Deno.serve({ signal }, async (req, info) => {
11
11
-
// TEMPORARY: FOR BOT DETECTION ONLY
12
11
const headers = new Headers(req.headers);
13
12
const ua = headers.get("user-agent");
14
14
-
15
15
-
console.log(ua);
16
13
17
14
// Bots should receive empty reply
18
15
if (