diff --git a/lms/envs/common.py b/lms/envs/common.py
index 2472e499427a8b6ba827860015223dc6e3edee34..3b76cd0d956396df02fa5c1d24e9e3f9be93dbe5 100644
--- a/lms/envs/common.py
+++ b/lms/envs/common.py
@@ -236,6 +236,9 @@ FEATURES = {
     # Turn on third-party auth. Disabled for now because full implementations are not yet available. Remember to syncdb
     # if you enable this; we don't create tables by default.
     'ENABLE_THIRD_PARTY_AUTH': False,
+
+    # Toggle to enable alternate urls for marketing links
+    'ENABLE_MKTG_SITE': False,
 }
 
 # Used for A/B testing