enable video url re-write flag for all the courses

This commit is contained in:
DawoudSheraz
2019-11-06 12:21:08 +05:00
parent 79c9231128
commit 4970e3d7e3

View File

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