perf: Remove network calls to validate the URLs on main thread
This commit is contained in:
parent
42533b8c61
commit
1dcf2d485a
|
@ -961,6 +961,8 @@ QtObject {
|
|||
}
|
||||
|
||||
function getUrlStatus(url) {
|
||||
return globalUtilsInst.isValidURL(url)
|
||||
// TODO: Analyse and implement
|
||||
// #15331
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue