From 1db515fd4b94221d019e5f3f4e81e9077684fa34 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Wed, 27 Sep 2023 12:06:18 -0600 Subject: [PATCH] Add config json to skip 403 url errors --- config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..db8598f --- /dev/null +++ b/config.json @@ -0,0 +1,3 @@ +{ + "aliveStatusCodes": [200, 206] +}