diff --git a/cms/envs/common.py b/cms/envs/common.py index 1207b8fe05..260aa30cd2 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -368,3 +368,5 @@ MKTG_URL_LINK_MAP = { 'HONOR': 'honor', 'PRIVACY': 'privacy_edx', } + +COURSES_WITH_UNSAFE_CODE = []