Fixed allowed QML sources to point at our community apps server

This commit is contained in:
ksuprynowicz 2022-06-26 20:55:22 +02:00
parent 036977b790
commit a274edcc4f

View file

@ -3212,7 +3212,7 @@ void Application::showLoginScreen() {
#endif
}
static const QUrl AUTHORIZED_EXTERNAL_QML_SOURCE { "https://cdn.vircadia.com/community-apps/applications" };
static const QUrl AUTHORIZED_EXTERNAL_QML_SOURCE { "https://more.overte.org/applications" };
void Application::initializeUi() {