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