You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome 142 restricts the ability to make requests to the user's local network, gated behind a permission prompt.
This restricts the communication methods for some of our MS Teams integration plugins that interact with local applications. This means the iframe provided by MS Teams for third-party integrations will need to include the allow="local-network-access" attribute. Otherwise, we will be unable to prompt the user to grant permission for these local network requests.
We would like to know if the official MS Teams team plans to add the allow="local-network-access" attribute to the MS Teams integration iframe.