Merge pull request #1455 from MITx/hotfix/dave/youtube_object

Set USE_YOUTUBE_OBJECT_API to False since YouTube has fixed the issue.
This commit is contained in:
David Ormsbee
2013-02-06 19:47:25 -08:00

View File

@@ -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