From 976776643b3127da0ec22582b8bff26caffb9cd5 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Wed, 6 Feb 2013 22:46:22 -0500 Subject: [PATCH] Set USE_YOUTUBE_OBJECT_API to False since YouTube has fixed the issue. --- lms/envs/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 74dbe5cfa2..f3bf223451 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -82,8 +82,8 @@ MITX_FEATURES = { 'AUTH_USE_MIT_CERTIFICATES': False, 'AUTH_USE_OPENID_PROVIDER': False, - # When the YouTube iframe API breaks - 'USE_YOUTUBE_OBJECT_API': True, + # Flip to True when the YouTube iframe API breaks (again) + 'USE_YOUTUBE_OBJECT_API': False, } # Used for A/B testing