Merge pull request #2670 from simplyNour/Bug/fix-false-positive-for-topcoder
fix: false positive for Topcoder
This commit is contained in:
commit
457e16e84f
|
|
@ -2349,7 +2349,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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue