Skip to content
Snippets Groups Projects
Unverified Commit 7f4af7ee authored by Syed Muhammad Dawoud Sheraz Ali's avatar Syed Muhammad Dawoud Sheraz Ali Committed by GitHub
Browse files

Merge pull request #22249 from edx/dsheraz/PROD-762

enable video url re-write flag for all the courses
parents 79c92311 4970e3d7
Branches
Tags release-2020-03-17-04.34
No related merge requests found
......@@ -41,5 +41,5 @@ HIDE_ACCESS_DENIALS_FLAG = WaffleFlag(
ENABLE_VIDEO_URL_REWRITE = CourseWaffleFlag(
waffle_namespace=COURSE_BLOCKS_API_NAMESPACE,
flag_name="enable_video_url_rewrite",
flag_undefined_default=False
flag_undefined_default=True
)
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