git_client.yaml 240 B

12345678
  1. bots:
  2. - name: allow-git-clients
  3. action: ALLOW
  4. expression:
  5. all:
  6. - userAgent.startsWith("git/") || userAgent.contains("libgit")
  7. - >
  8. "Git-Protocol" in headers && headers["Git-Protocol"] == "version=2"