We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bd5da commit 2569bdeCopy full SHA for 2569bde
1 file changed
SafeExamBrowser.Monitoring/Applications/ApplicationMonitor.cs
@@ -256,8 +256,8 @@ private bool BelongsToSafeExamBrowser(IProcess process)
256
isRuntime &= process.OriginalName == "SafeExamBrowser.exe";
257
258
#if !DEBUG
259
- isClient &= process.Signature == "2bc82fe8e56a39f96bc6c4b91d6703a0379b76a2";
260
- isRuntime &= process.Signature == "2bc82fe8e56a39f96bc6c4b91d6703a0379b76a2";
+ isClient &= process.Signature == "ecac9df025f5d208f6190fc4d6f9d329576598c7";
+ isRuntime &= process.Signature == "ecac9df025f5d208f6190fc4d6f9d329576598c7";
261
#endif
262
263
return isClient || isRuntime;
0 commit comments