add comment back
This commit is contained in:
parent
d21b18c717
commit
8137494f36
|
|
@ -118,6 +118,7 @@ async function loadSingleTraceFile(traceURL: URL): Promise<MultiTraceModel> {
|
|||
}
|
||||
|
||||
function formatUrl(traceURL: URL) {
|
||||
// Dropbox does not support cors.
|
||||
if (traceURL.hostname === 'dropbox.com')
|
||||
traceURL.hostname = 'dl.dropboxusercontent.com';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue