Skip to content

Commit

Permalink
feat(general-ads): block additional home ads
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Sep 30, 2022
1 parent c049dc3 commit 5a24e84
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ private static boolean containsLithoAd(String value, ByteBuffer buffer) {
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 5a24e84

Please sign in to comment.