From e9210d80bf45968ba328c011c7daa6f5ca35c1e3 Mon Sep 17 00:00:00 2001 From: sandeep Date: Mon, 26 Jul 2021 15:14:33 +0530 Subject: [PATCH] strict negative matchers --- exposures/configs/exposed-gitignore.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/exposures/configs/exposed-gitignore.yaml b/exposures/configs/exposed-gitignore.yaml index 38e3dfb918..a4fa28537d 100644 --- a/exposures/configs/exposed-gitignore.yaml +++ b/exposures/configs/exposed-gitignore.yaml @@ -20,11 +20,20 @@ requests: matchers: - type: dsl dsl: - - '!contains(tolower(body), " 50' - 'status_code == 200' - condition: and \ No newline at end of file + condition: and + + - type: word + words: + - "application/javascript" + - "application/json" + - "application/xml" + - "html" + - "