whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
package goaway
|
||||
|
||||
// DefaultFalsePositives is a list of words that may wrongly trigger the DefaultProfanities
|
||||
var DefaultFalsePositives = []string{
|
||||
"analy", // analysis, analytics
|
||||
"arsenal",
|
||||
"assassin",
|
||||
"assaying", // was saying
|
||||
"assert",
|
||||
"assign",
|
||||
"assimil",
|
||||
"assist",
|
||||
"associat",
|
||||
"assum", // assuming, assumption, assumed
|
||||
"assur", // assurance
|
||||
"banal",
|
||||
"basement",
|
||||
"bass",
|
||||
"cass", // cassie, cassandra, carcass
|
||||
"butter", // butter, butterfly
|
||||
"butthe",
|
||||
"button",
|
||||
"canvass",
|
||||
"circum",
|
||||
"clitheroe",
|
||||
"cockburn",
|
||||
"cocktail",
|
||||
"cumber",
|
||||
"cumbing",
|
||||
"cumulat",
|
||||
"dickvandyke",
|
||||
"document",
|
||||
"evaluate",
|
||||
"exclusive",
|
||||
"expensive",
|
||||
"explain",
|
||||
"expression",
|
||||
"grape",
|
||||
"grass",
|
||||
"harass",
|
||||
"hass",
|
||||
"horniman",
|
||||
"hotwater",
|
||||
"identit",
|
||||
"kassa", // kassandra
|
||||
"kassi", // kassie, kassidy
|
||||
"lass", // class
|
||||
"leafage",
|
||||
"libshitz",
|
||||
"magnacumlaude",
|
||||
"mass",
|
||||
"mocha",
|
||||
"pass", // compass, passion
|
||||
"penistone",
|
||||
"phoebe",
|
||||
"phoenix",
|
||||
"pushit",
|
||||
"sassy",
|
||||
"saturday",
|
||||
"scrap", // scrap, scrape, scraping
|
||||
"serfage",
|
||||
"sexist", // systems exist, sexist
|
||||
"shoe",
|
||||
"scunthorpe",
|
||||
"shitake",
|
||||
"stitch",
|
||||
"sussex",
|
||||
"therapist",
|
||||
"therapeutic",
|
||||
"tysongay",
|
||||
"wass",
|
||||
"wharfage",
|
||||
}
|
||||
Reference in New Issue
Block a user