From 31b42ac3a6a0b7d9deb264270bbb084ad47df4f8 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 10 May 2019 23:18:13 +1000 Subject: [PATCH] Remove comment, maybe? --- InvenTree/InvenTree/settings.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/InvenTree/InvenTree/settings.py b/InvenTree/InvenTree/settings.py index 124066d938..164050d5ca 100644 --- a/InvenTree/InvenTree/settings.py +++ b/InvenTree/InvenTree/settings.py @@ -32,13 +32,6 @@ DEBUG = True ALLOWED_HOSTS = ['*'] CORS_ORIGIN_WHITELIST = [ - """ - TODO - Implement a proper CORS whitelist strategy here. - - - The CORS headers should be set per-application and not hard-coded into settings.py - - Provide an external settings.yaml file which defines extra options - - Then the site admin can adjust these without touching tracked files - """ ] if DEBUG: