Forum Discussion
newbie1580
Nov 01, 2022Copper Contributor
DNS over HTTPS
Hello everyone, recently we noticed that Teams is making direct DNS requests over HTTPs (DoH) to 8.8.4.4 or 8.8.8.8. Unfortunately I cannot find any documentation that supports this activity. Ac...
- Nov 21, 2022I've not looked personally, but as Teams is running inside a Chromium browser (Electron essentially), it is probably picking up some of the stuff from that. I don't think you can change the settings in Electron for security reasons. If you're inclined to check, you could enable dev mode and see if any of the dev settings windows let you get to the Chrome settings. Left click the Teams icon in the system several times, then right click and you'll get extra options.
Vibbers
Oct 17, 2023Brass Contributor
Necro posting, but information seems sparse on the subject. We've seen the same unwanted behavior - having disabled DoH across the board while observing Teams happily ignore the policy. We do not see the same with New Teams (2.1), though.
- janglissOct 18, 2023Iron ContributorI suspect that's probably because unlike "old" Teams, which is Electron based, "New" Teams is not, so it's most likely going to respect your OS settings. There's some interesting notes on architecture here https://techcommunity.microsoft.com/t5/microsoft-teams-blog/microsoft-teams-advantages-of-the-new-architecture/ba-p/3775704
With "old" Teams being Electron, you might be able to force dev mode and go into the settings and toggle it off. I've not checked if that's possible though.