Browse Source

Merge pull request #1261 from RandomTNT/patch-1

Micropatch for limnoria compatability
pull/1265/head
Igor Chubin 2 months ago
committed by GitHub
parent
commit
cae7a167a3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      internal/query/fromrequest.go

1
internal/query/fromrequest.go

@ -374,6 +374,7 @@ func isPlainTextClient(userAgent string) bool {
"xh",
"nushell",
"zig",
"utils.web Limnoria module",
}
ua := strings.ToLower(userAgent)

Loading…
Cancel
Save