From 15de7ffc3d0d0450021b6d9991cb8eb1ed50b6a3 Mon Sep 17 00:00:00 2001 From: Random_TNT Date: Sun, 31 May 2026 20:47:42 +0400 Subject: [PATCH] Micropatch for limnoria compatability limnoria has the useragent of 'Mozilla/5.0 (compatible; utils.web Limnoria module)'(thx val!) and it triggers the web browser display mode, hopefully this will fix it. --- internal/query/fromrequest.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/query/fromrequest.go b/internal/query/fromrequest.go index 0db1cd2..7ff75b8 100644 --- a/internal/query/fromrequest.go +++ b/internal/query/fromrequest.go @@ -374,6 +374,7 @@ func isPlainTextClient(userAgent string) bool { "xh", "nushell", "zig", + "utils.web Limnoria module", } ua := strings.ToLower(userAgent)