From 892aac44b246bbba998e44d1111e864258afcfb4 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 30 Jan 2018 11:20:52 +0000 Subject: [PATCH] Adding Highways England to the whitelist of domains --- app/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config.py b/app/config.py index 547821b47..fdb87bad0 100644 --- a/app/config.py +++ b/app/config.py @@ -99,6 +99,7 @@ class Config(object): r"marinemanagement\.org\.uk", r"britishmuseum\.org", r"derrystrabane\.com", + r"highwaysengland\.co\.uk", ] LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'