Skip to content

Commit 676bafe

Browse files
Add Outlook DoD domains to validDomains (#2857)
* Add Outlook DoD domains to validDomains --------- Co-authored-by: Jeff Klouda <[email protected]>
1 parent a2fc52e commit 676bafe

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Add Outlook DoD domains to validDomains",
4+
"packageName": "@microsoft/teams-js",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

package.json

Lines changed: 2 additions & 2 deletions
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.49 KB"
165+
"limit": "59 KB"
166166
},
167167
{
168168
"brotli": false,
@@ -187,4 +187,4 @@
187187
"If you run into any problems or have questions, reach out to [Noah Darveau]([email protected]) or file an issue on the [Teams-JS github page](https://github.com/OfficeDev/microsoft-teams-library-js).",
188188
"The second configration is there as a simple and easy way to determine the size of the entire library."
189189
]
190-
}
190+
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"outlook-sdf.office.com",
1010
"outlook.office365.com",
1111
"outlook-sdf.office365.com",
12+
"outlook.office365.us",
13+
"outlook-dod.office365.us",
14+
"webmail.apps.mil",
1215
"outlook.live.com",
1316
"outlook-sdf.live.com",
1417
"teams.live.com",

0 commit comments

Comments
 (0)