diff --git a/extension.json b/extension.json index 3d0cc7a..d1bbad7 100644 --- a/extension.json +++ b/extension.json @@ -58,7 +58,7 @@ }, "config": { "RottenLinksBadCodes": { - "value": [ "0", "400", "401", "403", "404", "405", "502", "503", "504" ], + "value": [ "0", "400", "401", "403", "404", "405", "410", "502", "503", "504" ], "description": "Holds a list of HTTP codes that are considered bad. (array)" }, "RottenLinksCurlTimeout": {