Open davisjam opened 6 years ago
See this regex, for example. None of the state-of-the-art detectors can handle the \b (word boundary). It would be more appropriate for the server to discard than place this in the lookup table.
\b
lookup
The code to change is here in validate-uploads.
See this regex, for example. None of the state-of-the-art detectors can handle the
\b
(word boundary). It would be more appropriate for the server to discard than place this in thelookup
table.