Update NodaBlacklistedTerms
This commit is contained in:
		| @@ -13,7 +13,7 @@ final class NodaBlacklistedTerms { | ||||
|     /** | ||||
|      * A blacklist of disallowed tags. All entries are listed in full lowercase. | ||||
|      */ | ||||
|     const TAG_BLACKLIST = [ | ||||
|     public const TAG_BLACKLIST = [ | ||||
|         'de' => [ | ||||
|             'andere', | ||||
|             'anderes', | ||||
| @@ -34,16 +34,23 @@ final class NodaBlacklistedTerms { | ||||
|             'dinge', | ||||
|             'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', | ||||
|             'nichtmünzliches', | ||||
|             'unbestimmt', | ||||
|             '-', | ||||
|             '?', | ||||
|         ], | ||||
|         'en' => [ | ||||
|             'other', | ||||
|             'others', | ||||
|             'unknown', | ||||
|             'various', | ||||
|             '-', | ||||
|             '?', | ||||
|         ], | ||||
|         'hu' => [ | ||||
|             'ism.', | ||||
|             'ismeretlen', | ||||
|             '-', | ||||
|             '?', | ||||
|         ], | ||||
|     ]; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user