Remove @ya username.
GitOrigin-RevId: 1c5b9d7f07b420c81a28662197ef757dd96dd263
This commit is contained in:
parent
04331af450
commit
afb034e512
@ -976,7 +976,7 @@ Slice fix_url(Slice str) {
|
||||
}
|
||||
|
||||
const std::unordered_set<Slice, SliceHash> &get_valid_short_usernames() {
|
||||
static const std::unordered_set<Slice, SliceHash> valid_usernames{"ya", "gif", "wiki", "vid", "bing", "pic",
|
||||
static const std::unordered_set<Slice, SliceHash> valid_usernames{"gif", "wiki", "vid", "bing", "pic",
|
||||
"bold", "imdb", "coub", "like", "vote"};
|
||||
return valid_usernames;
|
||||
}
|
||||
|
Reference in New Issue
Block a user