Skip to content

Commit

Permalink
fix dzen.ru false positive by changing error type from status code to…
Browse files Browse the repository at this point in the history
… status_code
  • Loading branch information
ibnaleem authored Nov 25, 2024
1 parent c026eab commit 0a9831e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0a9831e

Please sign in to comment.