Extend blacklist of disallowed tag names
This commit is contained in:
@ -21,8 +21,16 @@ final class NodaBlacklistedTerms {
|
||||
'sonstige',
|
||||
'versch.',
|
||||
'verschiedenes',
|
||||
'unbekannt',
|
||||
'weiteres',
|
||||
]
|
||||
],
|
||||
'en' => [
|
||||
'unknown',
|
||||
'various',
|
||||
],
|
||||
'hu' => [
|
||||
'ismeretlen',
|
||||
],
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user