perf: Remove network calls to validate the URLs on main thread

This commit is contained in:
Alex Jbanca 2024-06-25 10:15:16 +03:00 committed by Alex Jbanca
parent 42533b8c61
commit 1dcf2d485a
1 changed files with 3 additions and 1 deletions

View File

@ -961,6 +961,8 @@ QtObject {
}
function getUrlStatus(url) {
return globalUtilsInst.isValidURL(url)
// TODO: Analyse and implement
// #15331
return true
}
}