Skip to content

Commit e4537b9

Browse files
authored
Adding local.teams.microsoft.com as valid host domain for teams sdk (#271)
* migrating dev.local to local.teams.microsoft.com * updating Unit tests
1 parent b89e78f commit e4537b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/internal/constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const validOrigins = [
1010
'https://int.teams.microsoft.com',
1111
'https://devspaces.skype.com',
1212
'https://ssauth.skype.com',
13-
'http://dev.local', // local development
14-
'http://dev.local:8080', // local development
13+
'https://local.teams.office.com', // local development
14+
'https://local.teams.office.com:8080', // local development
1515
'https://msft.spoppe.com',
1616
'https://*.sharepoint.com',
1717
'https://*.sharepoint-df.com',

test/private/privateAPIs.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('MicrosoftTeams-privateAPIs', () => {
9191
'https://dod.teams.microsoft.us',
9292
'https://int.teams.microsoft.com',
9393
'https://devspaces.skype.com',
94-
'http://dev.local',
94+
'https://local.teams.office.com',
9595
'https://microsoft.sharepoint.com',
9696
'https://msft.spoppe.com',
9797
'https://microsoft.sharepoint-df.com',

0 commit comments

Comments
 (0)