Page MenuHomePhabricator

Fix URL validation bug
Closed, ResolvedPublic

Description

Cyberbot has been doing an excellent job validating URLs and filtering out potential garbage users leave behind. This worked well so far until it encounter unicode URLs and only filtered out the http://www. and worked with that. Needless to say, this is a high priority fix.

The validation filter needs to be able to filter out garbage while allowing pre-encoded unicode characters.

Related Objects

Event Timeline

http://www.чойский-район.рф/index.php/2012-03-20-08-25-10 and http://www.чойский-район.рф failed.

Possible new regex in the works. Beginning some tests.

I think I've got a decent filter going. I've committed the change.