From b055235e5513cc61bec4757d65a31078463b55cd Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Fri, 20 Oct 2023 07:42:41 +0100 Subject: [PATCH] Add URL to excluded links script (#44719) --- src/links/lib/excluded-links.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/links/lib/excluded-links.js b/src/links/lib/excluded-links.js index f23c132d14..cc321ea086 100644 --- a/src/links/lib/excluded-links.js +++ b/src/links/lib/excluded-links.js @@ -68,6 +68,7 @@ export default [ regex('https://www.lumendatabase.org/'), regex('https://azure.microsoft.com/'), regex('https://support.patreon.com/'), + 'https://moodle.org', ] // Return a regular expression from a URL string that matches the URL