Update Pinterest and WordPress user URLs to exactly match what the site ends up with. If the request does not have the trailing "/", then the site will forward us to that URL.

pull/135/head
Christopher K. Hoadley 6 years ago
parent ae657460c8
commit bb66d6a992

@ -41,7 +41,7 @@
"errorMsg":"page not found"
},
"Pinterest": {
"url": "https://www.pinterest.com/{}",
"url": "https://www.pinterest.com/{}/",
"urlMain": "https://www.pinterest.com/",
"errorType": "response_url",
"errorUrl": "https://www.pinterest.com/?show_error=true"
@ -415,7 +415,7 @@
"errorType": "status_code"
},
"WordPress": {
"url": "https://{}.wordpress.com",
"url": "https://{}.wordpress.com/",
"urlMain": "https://wordpress.com",
"errorType": "response_url",
"errorUrl": "wordpress.com/typo/?subdomain=",

Loading…
Cancel
Save