Skip to content

Commit

Permalink
add rr.com to the protected email domains
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Oct 31, 2023
1 parent 5dea52d commit d78a70d
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 d78a70d

Please sign in to comment.