mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-09 18:18:49 +00:00
14 lines
370 B
YAML
14 lines
370 B
YAML
- name: allow-git-clients
|
|
action: ALLOW
|
|
expression:
|
|
all:
|
|
- >
|
|
(
|
|
userAgent.startsWith("git/") ||
|
|
userAgent.contains("libgit") ||
|
|
userAgent.startsWith("go-git") ||
|
|
userAgent.startsWith("JGit/") ||
|
|
userAgent.startsWith("JGit-")
|
|
)
|
|
- '"Git-Protocol" in headers'
|
|
- headers["Git-Protocol"] == "version=2" |