Update exposed-gitignore.yaml

New conditions to avoid false positives.
patch-1
Philippe Delteil 2021-07-17 23:15:08 -04:00 committed by GitHub
parent 24042afb39
commit aec3d87e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ requests:
- type: dsl
dsl:
- '!contains(tolower(body), "<html")'
- '!contains(tolower(body), "<html") && !contains(tolower(body), "<!doctype") && !contains(tolower(body), "<script")'
- type: dsl
dsl: