Skip to content

Updated chatuxmanager.svc.cloud.microsoft to mss.office.com in valid domains list #2855

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7840b15
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Nov 7, 2024
0e63ccf
Merged in main
jadahiya-MSFT Nov 7, 2024
521b734
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Nov 20, 2024
793c039
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Dec 4, 2024
a30024f
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Dec 13, 2024
a17d3d1
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Dec 30, 2024
e0d0a4d
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Jan 2, 2025
efeb31c
`Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-…
jadahiya-MSFT Jan 10, 2025
6a4b89c
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Jan 15, 2025
83590eb
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Jan 16, 2025
9f85516
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Jan 17, 2025
15c401d
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Jan 23, 2025
dfa2890
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Jan 26, 2025
c570210
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Feb 4, 2025
d5b7ca6
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Feb 5, 2025
ff3db91
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Feb 6, 2025
7f80c8a
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Mar 13, 2025
ecd1bfd
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Jun 23, 2025
11ae9bc
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Jun 24, 2025
1601008
Merge branch 'main' of https://github.com/OfficeDev/microsoft-teams-l…
jadahiya-MSFT Jul 16, 2025
0b39733
Updating chatuxmanager.svc.cloud.microsoft to mss.office.com
jadahiya-MSFT Jul 16, 2025
737c792
Added in changefile
jadahiya-MSFT Jul 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "\"Updated `chatuxmanager.svc.cloud.microsoft` to `mss.office.com` in valid domains list\"",
"packageName": "@microsoft/teams-js",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/teams-js/src/artifactsForCDN/validDomains.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"*.cloud.microsoft",
"*.m365.cloud.microsoft",
"*.outlook.cloud.microsoft",
"chatuxmanager.svc.cloud.microsoft",
"mss.office.com",
"copilot.microsoft.com",
"windows.msn.com",
"fa000000125.resources.office.net",
Expand Down
Loading