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:
commit
f8b354623a
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue