Skip to content

Commit

Permalink
use better regrex
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianXu20 committed May 27, 2022
1 parent 01cd985 commit 0af3ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rca/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@
"rca.scholarships.birdbath.ScholarshipEnquiryFormSubmissionAnonymiser",
]
BIRDBATH_REQUIRED = env.get("BIRDBATH_REQUIRED", "true").lower() == "true"
BIRDBATH_USER_ANONYMISER_EXCLUDE_EMAIL_RE = r"torchbox\.com$"
BIRDBATH_USER_ANONYMISER_EXCLUDE_EMAIL_RE = "@(?:torchbox\.com|rca.ac.\.uk)$"

# Django Countries
# https://pypi.org/project/django-countries
Expand Down

0 comments on commit 0af3ef2

Please sign in to comment.