Also allow Ukrainian Wikipedia
This commit is contained in:
parent
8e0be0f80c
commit
71d34b37ca
|
@ -102,7 +102,7 @@ enum MDNodaRepository implements MDValueEnumInterface, JsonSerializable {
|
|||
'Wikidata' => self::wikidata,
|
||||
'www.wikidata.org' => self::wikidata,
|
||||
'WIKIDATA' => self::wikidata,
|
||||
'WIKIPEDIA' => self::wikidata,
|
||||
'WIKIPEDIA' => self::wikipedia,
|
||||
'wikipedia' => self::wikipedia,
|
||||
'Wikipedia' => self::wikipedia,
|
||||
'de.wikipedia.org' => self::wikipedia,
|
||||
|
@ -613,6 +613,8 @@ enum MDNodaRepository implements MDValueEnumInterface, JsonSerializable {
|
|||
'https://sv.wikipedia.org/wiki/' => '',
|
||||
'http://ru.wikipedia.org/wiki/' => '',
|
||||
'https://ru.wikipedia.org/wiki/' => '',
|
||||
'http://uk.wikipedia.org/wiki/' => '',
|
||||
'https://uk.wikipedia.org/wiki/' => '',
|
||||
]);
|
||||
|
||||
if (str_contains($validation, "/")) return false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user