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 #2517

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
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": "none",
"comment": "Updated edgeapi endpoint in valid domains list",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Set as none since I updated the older changefile instead.

"packageName": "@microsoft/teams-js",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "patch",
"comment": "Added `edgeapi.svc.cloud.microsoft` to valid domains list",
"comment": "Added `edgeapi.freya.svc.cloud.microsoft` to valid domains list",
"packageName": "@microsoft/teams-js",
"email": "[email protected]",
"dependentChangeType": "patch"
Expand Down
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 @@ -31,7 +31,7 @@
"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