Add British Museum to whitelist

> BM is an executive non-departmental public body, sponsored by the
> Department for Digital, Culture, Media & Sport.
>
> British Museum has a separate website (http://www.britishmuseum.org)

– https://www.gov.uk/government/organisations/british-museum
This commit is contained in:
Chris Hill-Scott
2018-01-04 15:36:22 +00:00
parent 86cda8aaac
commit 1e7b330bd9
2 changed files with 2 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ class Config(object):
r"gov\.wales",
r"biglotteryfund\.org\.uk",
r"marinemanagement\.org\.uk",
r"britishmuseum\.org",
]
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'

View File

@@ -100,6 +100,7 @@ def _gen_mock_field(x):
'test@acas.org.uk',
'test@biglotteryfund.org.uk',
'test@marinemanagement.org.uk',
'test@britishmuseum.org',
])
def test_valid_list_of_white_list_email_domains(
client,