Update service providers prone to network errors

This commit is contained in:
Yarmo Mackenbach 2020-12-10 23:23:26 +01:00
parent 0efa5350a5
commit 2ba601d0eb
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ const processURI = (uri, opts) => {
proof: { proof: {
uri: uri, uri: uri,
fetch: `https://dev.to/api/articles/${match[1]}/${match[2]}`, fetch: `https://dev.to/api/articles/${match[1]}/${match[2]}`,
useProxy: false, useProxy: true,
format: 'json', format: 'json',
}, },
claim: { claim: {

View file

@ -34,7 +34,7 @@ const processURI = (uri, opts) => {
proof: { proof: {
uri: uri, uri: uri,
fetch: `https://mobile.twitter.com/${match[1]}/status/${match[2]}`, fetch: `https://mobile.twitter.com/${match[1]}/status/${match[2]}`,
useProxy: false, useProxy: true,
format: 'text', format: 'text',
}, },
claim: { claim: {