From dcd9b8592269523a5518f06f19397e9aa7975b67 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Wed, 10 Mar 2021 15:21:23 +1300 Subject: [PATCH] add aol & msn to chat filter --- DataCollection/gamedata.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DataCollection/gamedata.json b/DataCollection/gamedata.json index cea5280..36c3bc5 100755 --- a/DataCollection/gamedata.json +++ b/DataCollection/gamedata.json @@ -1132,6 +1132,8 @@ {"word":"my phone","reason_type":"personal_info","match_all":true}, {"word":"phone number","reason_type":"personal_info","match_all":true}, {"word":"home address","reason_type":"personal_info","match_all":true}, + {"word":"aol","reason_type":"personal_info","match_all":true}, + {"word":"msn","reason_type":"personal_info","match_all":true}, {"word":".com","reason_type":"personal_info","match_all":true}, {"word":".net","reason_type":"personal_info","match_all":true}, {"word":".org","reason_type":"personal_info","match_all":true},