We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bb083 commit d406058Copy full SHA for d406058
block.go
@@ -20,10 +20,8 @@ func agentBlock(next http.HandlerFunc) http.HandlerFunc {
20
"DotBot",
21
"ClaudeBot",
22
"GPTBot",
23
- "bingbot",
24
"MJ12Bot",
25
"PetalBot",
26
- "Applebot",
27
} {
28
if strings.Contains(ua, bua) {
29
// log.Debug().Str("ua", ua).Msg("user-agent blocked")
render_robots.go
@@ -23,18 +23,12 @@ Disallow: /
User-agent: dotbot
Disallow: /
-User-agent: bingbot
-Disallow: /
-
User-agent: MJ12bot
30
31
32
User-agent: PetalBot
33
34
35
-User-agent: Applebot
36
37
38
User-agent: *
39
Allow: /
40
0 commit comments