From f80e34a9509f3208c01524ea25dd573fcacbe760 Mon Sep 17 00:00:00 2001 From: Kristofer Koishigawa Date: Thu, 29 Sep 2022 14:50:24 +0900 Subject: [PATCH] fix: add freecodecamp to blocklist (#47650) --- config/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/constants.js b/config/constants.js index 0be3bf20b3f..4b3b53a8188 100644 --- a/config/constants.js +++ b/config/constants.js @@ -73,6 +73,7 @@ let blocklist = [ 'field-guide', 'forgot', 'forum', + 'freecodecamp', 'get-help', 'get-pai', 'guide',