From 3749d92b8eb11b256632c417208ac0aa050e6012 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 9 Sep 2021 09:52:42 +0530 Subject: Partially reverted changes to certificate-handling for office365 and msteams since they crashed. --- recipes/msteams/index.js | 18 ++---------------- recipes/msteams/package.json | 2 +- 2 files changed, 3 insertions(+), 17 deletions(-) (limited to 'recipes/msteams') diff --git a/recipes/msteams/index.js b/recipes/msteams/index.js index e04254f..5af7b5f 100644 --- a/recipes/msteams/index.js +++ b/recipes/msteams/index.js @@ -4,28 +4,14 @@ module.exports = Ferdi => class MicrosoftTeams extends Ferdi { } // https://docs.microsoft.com/en-us/microsoftteams/troubleshoot/teams-sign-in/sign-in-loop#resolution - // https://docs.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide#skype-for-business-online-and-microsoft-teams knownCertificateHosts() { return [ - 'aka.ms', - 'aspnetcdn.com', - 'azure.net', - 'azureedge.net', - 'live.com', 'microsoft.com', 'microsoftonline.com', - 'msecnd.net', - 'msedge.net', - 'mstea.ms', - 'office.net', - 'okta.com', + 'teams.skype.com', + 'teams.microsoft.com', 'sfbassets.com', - 'skype.com', - 'skypeassets.com', 'skypeforbusiness.com', - 'tenor.com', - 'windows.com', - 'windows.net', ]; }; }; diff --git a/recipes/msteams/package.json b/recipes/msteams/package.json index 2350372..1198de2 100644 --- a/recipes/msteams/package.json +++ b/recipes/msteams/package.json @@ -1,7 +1,7 @@ { "id": "msteams", "name": "Microsoft Teams", - "version": "3.1.2", + "version": "3.1.3", "license": "MIT", "aliases": [ "teamsChat" -- cgit v1.2.3-54-g00ecf