Skip to content
Snippets Groups Projects
Commit 46af3749 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Set allowed TLD size to 63 chars

parent 9d9b5e4f
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
#include "InputValidator.h"
InputValidator::InputValidator(QObject *parent)
: matrix_id_("@[A-Za-z0-9._%+-]+:[A-Za-z0-9.-]+\\.[A-Za-z]{2,6}")
: matrix_id_("@[A-Za-z0-9._%+-]+:[A-Za-z0-9.-]{1,126}\\.[A-Za-z]{1,63}")
, matrix_localpart_("[A-za-z0-9._%+-]{3,}")
, matrix_password_(".{8,}")
, server_domain_("(?!\\-)(?:[a-zA-Z\\d\\-]{0,62}[a-zA-Z\\d]\\.){1,126}(?!\\d+)[a-zA-Z\\d]{1,63}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment