mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-20 07:06:40 +00:00
5e2bff8397
Signed-off-by: Xe Iaso <me@xeiaso.net>
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\""
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|