mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 12:28:51 +02:00
Remember serverless HTTP and HTTPS domains
This commit is contained in:
parent
46173439ed
commit
fa30866701
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ void AddressManager::storeCurrentAddress() {
|
|||
auto url = currentAddress();
|
||||
|
||||
if (url.scheme() == HIFI_URL_SCHEME_FILE ||
|
||||
url.scheme() == HIFI_URL_SCHEME_HTTP || url.scheme() == HIFI_URL_SCHEME_HTTPS ||
|
||||
(url.scheme() == URL_SCHEME_HIFI && !url.host().isEmpty())) {
|
||||
// TODO -- once Octree::readFromURL no-longer takes over the main event-loop, serverless-domain urls can
|
||||
// be loaded over http(s)
|
||||
|
|
Loading…
Reference in a new issue