mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-09 10:08:45 +00:00
15 lines
313 B
JSON
15 lines
313 B
JSON
{
|
|
"bots": [
|
|
{
|
|
"name": "allow-git-clients",
|
|
"action": "ALLOW",
|
|
"expression": {
|
|
"all": [
|
|
"userAgent.startsWith(\"git/\") || userAgent.contains(\"libgit\")",
|
|
"\"Git-Protocol\" in headers && headers[\"Git-Protocol\"] == \"version=2\""
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|