diff --git a/openedx/envs/common.py b/openedx/envs/common.py index 2bb81fa5108d..5d7c105025ed 100644 --- a/openedx/envs/common.py +++ b/openedx/envs/common.py @@ -2105,7 +2105,7 @@ def add_optional_apps(optional_apps, installed_apps): # .. toggle_warning: Not production-ready until relevant subtask https://github.com/openedx/edx-platform/issues/34827 is done. # .. toggle_creation_date: 2024-11-10 # .. toggle_target_removal_date: 2025-06-01 -USE_EXTRACTED_VIDEO_BLOCK = True +USE_EXTRACTED_VIDEO_BLOCK = False ############################## Marketing Site ##############################