Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ 网络测试页面域名检测输入检查 #3499

Merged
merged 3 commits into from
Oct 9, 2024

Conversation

luojunyuan
Copy link
Contributor

这个PR干了什么
{F2A1CEE2-01C3-4C06-931E-F1A24B374BD8}
对输入框做输入检查,原本不符合格式的任何输入都会导致检测error

危险度:较小,检查模块独立存在,不会对其他部分造成影响。
影响范围:小,正则表达式简单 RegPattern = @"^[^/]+\.[^/]{2,}$"; // 不包含 ‘/’ 的 (任意字符+.+两位以上的任意字符作为结尾) 可以通过一般常规域名筛选。

@luojunyuan luojunyuan force-pushed the feature/network_test_domain_validation branch from 556e922 to 14216ab Compare September 29, 2024 09:27
@rmbadmin rmbadmin merged commit 59356f2 into develop Oct 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants