Remove 'blacklist' in documentation

Bug: T254646
Change-Id: I9bad51ee248084f92de4c35d9e10d3d983f53831
This commit is contained in:
Ed Sanders 2020-06-10 16:19:50 +01:00
parent 799196d662
commit 590dc0988d

View file

@ -265,7 +265,7 @@ ve.ui.MWParameterPage.prototype.createValueInput = function () {
) {
valueInputConfig.validate = function ( value ) {
// TODO: Check against wgMaxNameChars
// TODO: Check against unicode blacklist regex from MW core's User::isValidUserName
// TODO: Check against unicode validation regex from MW core's User::isValidUserName
return !!mw.Title.newFromText( value );
};
return new mw.widgets.UserInputWidget( valueInputConfig, { api: ve.init.target.getContentApi() } );