From cf4c932706fef8098182b6c261a2f35100b21fa0 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Fri, 22 Jul 2016 11:14:25 +0100 Subject: [PATCH] Added new domain to whitelisted users --- config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index e304d39f9..37df9d749 100644 --- a/config.py +++ b/config.py @@ -54,7 +54,8 @@ class Config(object): "nhs\.net", "police\.uk", "kainos\.com", - "salesforce\.com"] + "salesforce\.com", + "bitzesty\.com"] class Development(Config):