Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
refactor: Litho comments blockage generalization (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
OxrxL authored Jul 6, 2022
1 parent 7c559bb commit 1dcbed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static boolean containsAd(String value, ByteBuffer buffer) {
) return true;

if (SettingsEnum.ADREMOVER_COMMENTS_REMOVAL_BOOLEAN.getBoolean()) {
blockList.add("comments_composite_entry_point");
blockList.add("comments_");
}
if (SettingsEnum.ADREMOVER_COMMUNITY_GUIDELINES_BOOLEAN.getBoolean()) {
blockList.add("community_guidelines");
Expand Down

0 comments on commit 1dcbed7

Please sign in to comment.