Bin
2025-12-17 dcf780a91c16b6be28635b6e2e0e702060ee19f2
1
2
3
4
5
6
7
8
9
import * as FLAGS from "../../src/utils/feature-flags";
 
export const CURRENT_FLAGS = {
  [FLAGS.FF_LSDV_4930]: true,
  [FLAGS.FF_LSDV_4620_3_ML]: false,
  fflag_fix_front_optic_1608_improve_video_frame_seek_precision_short: true,
  fflag_fix_front_fit_31_synced_media_buffering: true,
  fflag_feat_front_bros_327_multiple_labels_regions_short: true,
};