Allow Wikipedia links from the Chinese Wikipedia
This commit is contained in:
parent
71d34b37ca
commit
c43cc7e42a
|
@ -615,6 +615,8 @@ enum MDNodaRepository implements MDValueEnumInterface, JsonSerializable {
|
||||||
'https://ru.wikipedia.org/wiki/' => '',
|
'https://ru.wikipedia.org/wiki/' => '',
|
||||||
'http://uk.wikipedia.org/wiki/' => '',
|
'http://uk.wikipedia.org/wiki/' => '',
|
||||||
'https://uk.wikipedia.org/wiki/' => '',
|
'https://uk.wikipedia.org/wiki/' => '',
|
||||||
|
'http://zh.wikipedia.org/wiki/' => '',
|
||||||
|
'https://zh.wikipedia.org/wiki/' => '',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (str_contains($validation, "/")) return false;
|
if (str_contains($validation, "/")) return false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user