mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-03-14 03:23:46 +00:00
WikiTree: Use cors-anywhere only if hosted outside of apps.wikitree.com
This commit is contained in:
@@ -264,7 +264,7 @@ export class App extends React.Component<RouteComponentProps, {}> {
|
||||
);
|
||||
const data =
|
||||
source === 'wikitree'
|
||||
? await loadWikiTree(indi!, handleCors)
|
||||
? await loadWikiTree(indi!)
|
||||
: hash
|
||||
? await loadGedcom(hash, gedcom, images)
|
||||
: await loadFromUrl(url!, handleCors);
|
||||
|
||||
Reference in New Issue
Block a user