Merge pull request #553 from sherlock-project/fix-iftt-false-positve

added regexCheck for IFTT
pull/555/head
Siddharth Dushantha 5 years ago committed by GitHub
commit c24cbf8ae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -844,6 +844,7 @@
"IFTTT": { "IFTTT": {
"errorMsg": "The requested page or file does not exist", "errorMsg": "The requested page or file does not exist",
"errorType": "message", "errorType": "message",
"regexCheck": "^[A-Za-z0-9]{3,35}$",
"rank": 8887, "rank": 8887,
"url": "https://www.ifttt.com/p/{}", "url": "https://www.ifttt.com/p/{}",
"urlMain": "https://www.ifttt.com/", "urlMain": "https://www.ifttt.com/",

Loading…
Cancel
Save