mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-23 21:52:35 +01:00
changed redirect url whitelist
This commit is contained in:
parent
7450d32caf
commit
396dcb4024
@ -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"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user