We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b82bdc8 + ff770e7 commit 8a09d40Copy full SHA for 8a09d40
packages/yoroi-extension/app/coreUtils.js
@@ -37,7 +37,7 @@ export function urlResolveForIpfsAndCorsproxy<T: ?string>(url: T): T {
37
// $FlowIgnore
38
return maybe(url, (u: string): string => u.startsWith('ipfs://')
39
? u.replace('ipfs://', 'https://ipfs.io/ipfs/')
40
- : `https://corsproxy.io/?${u}`);
+ : `https://corsproxy.io/?url=${u}`);
41
}
42
43
/**
0 commit comments