Skip to content

Commit 1b75341

Browse files
feat(seo): add Signal to bot detection list
🤖 Generated with [Claude Code](https://claude.ai/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f18c867 commit 1b75341

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ map $http_user_agent $is_bot {
77
~*slackbot 1;
88
~*telegrambot 1;
99
~*whatsapp 1;
10+
~*signal 1;
1011
~*googlebot 1;
1112
~*bingbot 1;
1213
~*discordbot 1;

0 commit comments

Comments
 (0)