Skip to content

Commit

Permalink
feat: add verification details for applebot (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-moran authored Jan 29, 2025
1 parent 44a9aff commit 388a6bc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion well-known-bots.json
Original file line number Diff line number Diff line change
Expand Up @@ -2718,7 +2718,14 @@
"pattern": "Applebot",
"url": "http://www.apple.com/go/applebot",
"addition_date": "2015/04/15",
"verification": [],
"verification": [
{
"type": "dns",
"masks": [
"@.applebot.apple.com"
]
}
],
"instances": [
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1)",
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1; +http://www.apple.com/go/applebot)",
Expand Down

0 comments on commit 388a6bc

Please # to comment.