Merge pull request #108 from overte-org/fix/spectator_camera

Fixed allowed QML sources to point at our community apps server
This commit is contained in:
ksuprynowicz 2022-06-26 23:11:16 +02:00 committed by GitHub
commit cd91f9f273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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() {