changed redirect url whitelist

This commit is contained in:
creeper123123321 2021-09-26 10:01:24 -03:00 committed by GitHub
parent 7450d32caf
commit 396dcb4024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,9 @@
// See https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-spa-app-registration
// You'll need to add your URL to Azure as a Single Page Application
// You'll need to add the page as a Redirect URL to Azure as a Single Page Application
// Azure Client ID
const azureClientId = "a370fff9-7648-4dbf-b96e-2b4f8d539ac2";
// Origins that we'll not use https://viaversion.github.io/VIAaaS/ as redirect URL
const whitelistedOrigin = [
"https://via-login.geyserconnect.net",
"https://via.re.yt.nom.br",
"https://viaaas.noxt.cf"
];
"https://via.re.yt.nom.br"
];