Skip to content

Commit

Permalink
Merge pull request #4383 from coralproject/fix/CORL-2933-add-rr-to-pr…
Browse files Browse the repository at this point in the history
…otected-domains

[CORL-2933] Add rr.com to the protected email domains
  • Loading branch information
kabeaty authored Dec 6, 2023
2 parents 84ca3f8 + d78a70d commit d7ae759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export const PROTECTED_EMAIL_DOMAINS = new Set<string>([
"live.no",
"yahoo.no",
"hotmail.no",
"rr.com"
]);

export const FLAIR_BADGE_NAME_REGEX = "^[\\w.-]+$";

0 comments on commit d7ae759

Please sign in to comment.