Commit 97677664 by David Ormsbee

Set USE_YOUTUBE_OBJECT_API to False since YouTube has fixed the issue.

parent a470a62d
...@@ -82,8 +82,8 @@ MITX_FEATURES = { ...@@ -82,8 +82,8 @@ MITX_FEATURES = {
'AUTH_USE_MIT_CERTIFICATES': False, 'AUTH_USE_MIT_CERTIFICATES': False,
'AUTH_USE_OPENID_PROVIDER': False, 'AUTH_USE_OPENID_PROVIDER': False,
# When the YouTube iframe API breaks # Flip to True when the YouTube iframe API breaks (again)
'USE_YOUTUBE_OBJECT_API': True, 'USE_YOUTUBE_OBJECT_API': False,
} }
# Used for A/B testing # Used for A/B testing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment