From 1216b09ae7cf58166adbf8c7a9fa0d658d61b6ab Mon Sep 17 00:00:00 2001 From: Chuck Crandall Date: Thu, 4 Nov 2021 13:54:16 -0600 Subject: [PATCH] Adding BrokenLink and RedirectedLink back in for UDOIT 3.1 release. --- src/rules.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rules.json b/src/rules.json index 6c7bd8c..9571b20 100644 --- a/src/rules.json +++ b/src/rules.json @@ -5,6 +5,7 @@ "CidiLabs\\PhpAlly\\Rule\\AnchorSuspiciousLinkText", "CidiLabs\\PhpAlly\\Rule\\BaseFontIsNotUsed", "CidiLabs\\PhpAlly\\Rule\\BlinkIsNotUsed", + "CidiLabs\\PhpAlly\\Rule\\BrokenLink", "CidiLabs\\PhpAlly\\Rule\\ContentTooLong", "CidiLabs\\PhpAlly\\Rule\\CssTextHasContrast", "CidiLabs\\PhpAlly\\Rule\\CssTextStyleEmphasize", @@ -26,6 +27,7 @@ "CidiLabs\\PhpAlly\\Rule\\ObjectTagDetected", "CidiLabs\\PhpAlly\\Rule\\ParagraphNotUsedAsHeader", "CidiLabs\\PhpAlly\\Rule\\PreShouldNotBeUsedForTabularValues", + "CidiLabs\\PhpAlly\\Rule\\RedirectedLink", "CidiLabs\\PhpAlly\\Rule\\TableDataShouldHaveTableHeader", "CidiLabs\\PhpAlly\\Rule\\TableHeaderShouldHaveScope", "CidiLabs\\PhpAlly\\Rule\\VideoEmbedCheck",