Skip to content

Commit a2fc52e

Browse files
Updated validDomains list to support the catalyst consumer domains (#2869)
* Updated validDomains list to support the catalyst consumer domains * Increasing size-limit * Changefile
1 parent c2f7832 commit a2fc52e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "Updated validDomains list to support the catalyst consumer domains",
4+
"packageName": "@microsoft/teams-js",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"brotli": false,
163163
"path": "./packages/teams-js/dist/esm/packages/teams-js/src/index.js",
164164
"import": "{ app, authentication, pages }",
165-
"limit": "58.32 KB"
165+
"limit": "58.49 KB"
166166
},
167167
{
168168
"brotli": false,

packages/teams-js/src/artifactsForCDN/validDomains.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"fa000000129.resources.office.net",
4141
"fa000000124.resources.office.net",
4242
"fa000000128.resources.office.net",
43-
"fa000000136.resources.office.net"
43+
"fa000000136.resources.office.net",
44+
"fa000000125.officeapps.live.com",
45+
"fa000000129.officeapps.live.com",
46+
"fa000000124.officeapps.live.com",
47+
"fa000000128.officeapps.live.com"
4448
]
4549
}

0 commit comments

Comments
 (0)