| 1234567891011121314 |
- {
- "bots": [
- {
- "name": "allow-git-clients",
- "action": "ALLOW",
- "expression": {
- "all": [
- "userAgent.startsWith(\"git/\") || userAgent.contains(\"libgit\")",
- "\"Git-Protocol\" in headers && headers[\"Git-Protocol\"] == \"version=2\""
- ]
- }
- }
- ]
- }
|