From e5c7a437c054dd50811d97d93de0ef4391e88404 Mon Sep 17 00:00:00 2001 From: David Hontecillas Date: Fri, 26 Jan 2024 19:07:09 +0100 Subject: [PATCH] fix bad has sequential reporting --- rules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.go b/rules.go index b7d49a9..45fe6ef 100644 --- a/rules.go +++ b/rules.go @@ -134,7 +134,7 @@ func hasSequentialProxy(s *Service) bool { return true } } - return true + return false } func hasQueryStringWildcard(s *Service) bool {