Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Safe Exam Browser 2.4

Compare
Choose a tag to compare
@danschlet danschlet released this 14 Apr 10:46
· 9 commits to 2.2_merged since this release

SEB 2.4 for Windows is the last feature update before we switch completely to SEB 3.x. It supports the Config Key and session cookie settings, compatible with the SEB-Moodle Deeper Integration, coming in Moodle 3.9!.

Please note our new update policy: We will only support the latest SEB version and will remove all older SEB versions after a grace period. Only with updated SEB versions you can achieve the best possible security and stability of e-assessments.

Before asking any support question or reporting a bug, install the latest SEB version and try to reproduce the issue with the most recent version. We won't answer questions when the SEB version isn't mentioned or when you don't mention if you tried it with the current version.

Please keep your exam environment up to date, there is no alternative to regular updates.

New in SEB 2.4:

  • Config Key feature, hash checksum value to verify settings used by SEB. The Config Key can be generated automatically by a compatible exam system together with the SEB config to be used for an exam. All SEB versions supporting the Config Key generate the same key, as long as the same SEB config file is used.
  • Implemented setting keys to control clearing cookies when starting/ending a session (examSessionClearCookiesOnStart / examSessionClearCookiesOnEnd). This can be used to keep users logged in (SEB started with client settings) after an exam session was started.
  • Now TLS 1.2 is supported for downloading .seb files using sebs:// links.
  • Added more default prohibited processes. As a reminder: You cannot remove these default prohibited processes (SEB Config Tool / Applications / Prohibited Processes), you can just deactivate them by unchecking the "Active" property.
  • Private clipboard should now also work correctly with rich-text editors like TinyMCE (fixed double pasting of text).
  • Fixed two minor issues regarding port and path filtering in URL filter.
  • Fixed: SEB Client crashes when loading client settings which don't contain all key/values.
  • Fixed wrong error message in case service fails to set registry values.
  • Fixed an index out of range exception when starting additional resource with application.
  • Renamed setting Security / "Enable screen capture / PrintScreen" to "Allow screen capture / PrintScreen".