From 0a9831e5f5a985b5e5bd18383cb0bf8534393528 Mon Sep 17 00:00:00 2001 From: ibnaleem Date: Mon, 25 Nov 2024 02:32:12 +0000 Subject: [PATCH] fix dzen.ru false positive by changing error type from status code to status_code --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 0e16e05..58cc676 100644 --- a/config.yaml +++ b/config.yaml @@ -220,7 +220,7 @@ websites: base_url: "https://dzen.ru/{}" url_probe: "" follow_redirects: true - errorType: "status code" + errorType: "status_code" errorCode: 404 cookies: - name: "zen_sso_checked"