Update hubble-detect.yaml

patch-13
Ritik Chaddha 2024-11-02 14:13:11 +05:30 committed by GitHub
parent 8226586568
commit 0d1e3464fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ http:
- type: dsl - type: dsl
dsl: dsl:
- 'status_code == 200' - 'status_code == 200'
- 'contains_any(to_lower(body), "<title>hubble ui enterprise</title>", "<title>hubble ui</title>")' - 'contains_any(to_lower(body), "<title>hubble ui enterprise", "<title>hubble ui")'
condition: and condition: and