mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
Update service providers prone to network errors
This commit is contained in:
parent
0efa5350a5
commit
2ba601d0eb
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ const processURI = (uri, opts) => {
|
|||
proof: {
|
||||
uri: uri,
|
||||
fetch: `https://dev.to/api/articles/${match[1]}/${match[2]}`,
|
||||
useProxy: false,
|
||||
useProxy: true,
|
||||
format: 'json',
|
||||
},
|
||||
claim: {
|
||||
|
|
|
@ -34,7 +34,7 @@ const processURI = (uri, opts) => {
|
|||
proof: {
|
||||
uri: uri,
|
||||
fetch: `https://mobile.twitter.com/${match[1]}/status/${match[2]}`,
|
||||
useProxy: false,
|
||||
useProxy: true,
|
||||
format: 'text',
|
||||
},
|
||||
claim: {
|
||||
|
|
Loading…
Reference in a new issue