Skip to content

Commit

Permalink
hotfix: analytics black-list fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoMeireles55 committed Jan 30, 2025
1 parent c2a0d53 commit fa87139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import java.util.List;

public class AnalyticsBlackList {
public static final List<String> BLACK_LIST = List.of("%IMG");
public static final List<String> BLACK_LIST = List.of("%IMG", "#IMG");
}

0 comments on commit fa87139

Please sign in to comment.