aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/msteams
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-09 09:52:42 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-09 09:52:42 +0530
commit3749d92b8eb11b256632c417208ac0aa050e6012 (patch)
tree8b1dd8e9215fc873581794c86e9f84f12b633a2d /recipes/msteams
parentExpose 'known certificate hosts' in ms teams and outlook to try to fix certif... (diff)
downloadferdium-recipes-3749d92b8eb11b256632c417208ac0aa050e6012.tar.gz
ferdium-recipes-3749d92b8eb11b256632c417208ac0aa050e6012.tar.zst
ferdium-recipes-3749d92b8eb11b256632c417208ac0aa050e6012.zip
Partially reverted changes to certificate-handling for office365 and msteams since they crashed.
Diffstat (limited to 'recipes/msteams')
-rw-r--r--recipes/msteams/index.js18
-rw-r--r--recipes/msteams/package.json2
2 files changed, 3 insertions, 17 deletions
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 {
4 } 4 }
5 5
6 // https://docs.microsoft.com/en-us/microsoftteams/troubleshoot/teams-sign-in/sign-in-loop#resolution 6 // https://docs.microsoft.com/en-us/microsoftteams/troubleshoot/teams-sign-in/sign-in-loop#resolution
7 // https://docs.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide#skype-for-business-online-and-microsoft-teams
8 knownCertificateHosts() { 7 knownCertificateHosts() {
9 return [ 8 return [
10 'aka.ms',
11 'aspnetcdn.com',
12 'azure.net',
13 'azureedge.net',
14 'live.com',
15 'microsoft.com', 9 'microsoft.com',
16 'microsoftonline.com', 10 'microsoftonline.com',
17 'msecnd.net', 11 'teams.skype.com',
18 'msedge.net', 12 'teams.microsoft.com',
19 'mstea.ms',
20 'office.net',
21 'okta.com',
22 'sfbassets.com', 13 'sfbassets.com',
23 'skype.com',
24 'skypeassets.com',
25 'skypeforbusiness.com', 14 'skypeforbusiness.com',
26 'tenor.com',
27 'windows.com',
28 'windows.net',
29 ]; 15 ];
30 }; 16 };
31}; 17};
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 @@
1{ 1{
2 "id": "msteams", 2 "id": "msteams",
3 "name": "Microsoft Teams", 3 "name": "Microsoft Teams",
4 "version": "3.1.2", 4 "version": "3.1.3",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [ 6 "aliases": [
7 "teamsChat" 7 "teamsChat"