瀏覽代碼

Mark PHP clients as bots

master
Matt Baer 6 年之前
父節點
當前提交
e082f1e402
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      bots/bots.go

+ 1
- 0
bots/bots.go 查看文件

@@ -219,6 +219,7 @@ var bots = map[string]bool{

var botPrefixes = []string{
"http.rb/2.2.2 (Mastodon",
"PHP/",
}

// IsBot returns whether or not the provided User-Agent string is a known bot


Loading…
取消
儲存