Merge pull request #726 from NekoJonez/patch-1

Adding the new Teams.exe (MS-Teams) to the default block list
This commit is contained in:
Damian Büchel 2023-11-24 11:35:45 +01:00 committed by GitHub
commit f8b354623a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -150,6 +150,7 @@ namespace SafeExamBrowser.Configuration.ConfigurationData
settings.Applications.Blacklist.Add(new BlacklistApplication { ExecutableName = "vncserverui.exe", OriginalName = "vncserverui.exe" });
settings.Applications.Blacklist.Add(new BlacklistApplication { ExecutableName = "webexmta.exe", OriginalName = "webexmta.exe" });
settings.Applications.Blacklist.Add(new BlacklistApplication { ExecutableName = "Zoom.exe", OriginalName = "Zoom.exe" });
settings.Applications.Blacklist.Add(new BlacklistApplication { ExecutableName = "MS-teams.exe", OriginalName = "MS-Teams.exe" });
settings.Browser.AdditionalWindow.AllowAddressBar = false;
settings.Browser.AdditionalWindow.AllowBackwardNavigation = true;

View file

@ -847,6 +847,7 @@ namespace SebWindowsConfig
"join.me.exe",
"join.me.sentinel.exe",
"Teams.exe",
"MS-Teams.exe",
"webexmta.exe",
"ptoneclk.exe",
"AA_v3.exe",