From cf5995c3cc1ab36517c50a2ed544b022c8bacd5d Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Mon, 30 Sep 2024 11:45:13 -0700 Subject: [PATCH] Allow forbidden http codes --- mlc_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlc_config.json b/mlc_config.json index 5e43e0515..78622f7ba 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -1,3 +1,3 @@ { - "aliveStatusCodes": [429, 200] + "aliveStatusCodes": [429, 200, 403] }