Skip to content
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

Updating edge api valid domain endpoint and added in new bing domain #2517

Merged
merged 10 commits into from
Oct 14, 2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Updated edgeapi endpoint from `edgeapi.svc.cloud.microsoft` to `edgeapi.freya.svc.cloud.microsoft` in valid domains list. Added `work.bing.com` to valid domains list.",
"packageName": "@microsoft/teams-js",
"email": "[email protected]",
"dependentChangeType": "none"
}
3 changes: 2 additions & 1 deletion packages/teams-js/src/artifactsForCDN/validDomains.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@
"www.microsoft365.com",
"bing.com",
"edgeservices.bing.com",
"work.bing.com",
"www.bing.com",
"www.staging-bing-int.com",
"*.cloud.microsoft",
"*.m365.cloud.microsoft",
"edgeapi.svc.cloud.microsoft",
"edgeapi.freya.svc.cloud.microsoft",
"copilot.microsoft.com",
"windows.msn.com",
"fa000000125.resources.office.net",
Expand Down
Loading