diff --git a/client/src/components/formHelpers/form-validators.tsx b/client/src/components/formHelpers/form-validators.tsx index 2010e220cc..823ffba9cd 100644 --- a/client/src/components/formHelpers/form-validators.tsx +++ b/client/src/components/formHelpers/form-validators.tsx @@ -5,7 +5,7 @@ import { Trans } from 'react-i18next'; const editorRegex = /repl\.?it(\.com)?\/(@|join\/)|glitch\.com\/edit\/#!|codesandbox\.io\/s\/|github\.com/; const fCCRegex = - /codepen\.io\/freecodecamp|freecodecamp\.rocks|github\.com\/freecodecamp/i; + /codepen\.io\/freecodecamp|freecodecamp\.rocks|github\.com\/freecodecamp|\.freecodecamp\.org/i; const localhostRegex = /localhost:/; const httpRegex = /http(?!s|([^s]+?localhost))/;