mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-11 13:23:03 +00:00
Update main.go
This commit is contained in:
parent
eaa120cad8
commit
8400e9e903
@ -149,8 +149,8 @@ func isHealthCheckByUserAgent(message *tap.OutputChannelItem) bool {
|
|||||||
if strings.Contains(strings.ToLower(header.Value), userAgent) {
|
if strings.Contains(strings.ToLower(header.Value), userAgent) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
|
||||||
}
|
}
|
||||||
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
Loading…
Reference in New Issue
Block a user