Skip to content

Commit

Permalink
fix(general-ads): remove duplicate blocklist entry (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
OxrxL committed Sep 30, 2022
1 parent 322e145 commit 9bcb04d
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -38,11 +38,10 @@ private static boolean containsLithoAd(String value, ByteBuffer buffer) {
blockList.add("cell_divider");
blockList.add("reels_player_overlay");
blockList.add("shelf_header");
blockList.add("text_display_ad_with_themed_cta_banner_image");
blockList.add("text_search_ad_with_description_first");
blockList.add("watch_metadata_app_promo");
blockList.add("video_display_full_layout");
blockList.add("text_display_ad_with_themed_cta_banner_image");
blockList.add("ads_video_with_context");

bufferBlockList.add("ad_cpn");
}
Expand Down

0 comments on commit 9bcb04d

Please sign in to comment.