Fix: false positive for topcoder due to invalid regex

This commit is contained in:
nour 2025-10-11 09:19:52 +03:00
parent 1be25e70df
commit e26fd6b643
1 changed files with 1 additions and 1 deletions

View File

@ -2194,7 +2194,7 @@
"urlMain": "https://topcoder.com/",
"username_claimed": "USER",
"urlProbe": "https://api.topcoder.com/v5/members/{}",
"regexCheck": "[a-zA-Z0-9 ]"
"regexCheck": "^[a-zA-Z0-9_.]+$"
},
"TRAKTRAIN": {
"errorType": "status_code",