Exam Security8 min readUpdated July 21, 2026

Browser Lock

Understand how secure browser lock technology prevents cheating during online exams.

A browser lock is a specialized security application or extension used to create a controlled environment on a candidate's computer during an online examination. It restricts access to external websites, software programs, and operating system shortcuts, ensuring the student cannot search for answers or share information while the exam is active.

Why Browser Locking is Crucial for Exam Security

During high-stakes online exams, candidates have the entire internet at their fingertips. Without restrictions, a candidate could easily open a new browser tab to search Google, communicate with peers on Discord or Slack, use AI tools, or open local files.

Browser locks prevent these vulnerabilities. By taking control of the screen, the lock restricts the candidate's computing environment solely to the exam interface, turning the user's computer into a dedicated testing terminal.

How Browser Lock Works

Browser lock technology uses low-level system permissions and browser APIs to block unauthorized actions. Typically, it enforces the following constraints:

  • Full-Screen Mode: The exam is loaded in a full-screen window that cannot be minimized, resized, or closed until the exam is submitted.
  • Block New Tabs and Windows: Attempts to open new tabs, click external links, or spawn popups are blocked.
  • Disable Keyboard Shortcuts: Disables shortcuts like Alt+Tab, Ctrl+C / Ctrl+V (copy/paste), Print Screen, and Win+D.
  • Process White-listing & Black-listing: Detects and forces the closure of unauthorized background applications, including screen recorders, remote desktop tools (e.g., TeamViewer, AnyDesk), and virtual machines.
  • Virtual Camera Detection: Disables virtual cameras (like OBS Virtual Camera) to prevent video looping or deepfakes.
  • Prevent Screen Sharing and Dual Monitors: Detects if a secondary monitor is connected and disables it, and blocks browser-level screen-sharing permissions.

Types of Browser Locking Systems

Depending on the security level required, browser locks are deployed in two formats:

  1. Browser Extension / API Locks: A lightweight Chrome, Firefox, or Edge extension that candidate installs. It hooks into browser APIs to prevent navigation, copy-paste, and tab switches. It is highly convenient as it does not require administrative installation permissions.
  2. Dedicated Lock Application: A native executable application (for Windows or macOS) that candidates must download and run. It provides the highest level of security by interfacing directly with the OS to block system shortcuts and background apps.

Implementing a Browser Lock: Best Practices

To ensure a smooth exam experience, institutions should adhere to the following best practices:

  • Conduct a Mock Run: Ask candidates to download and test the browser lock in a dummy quiz prior to the actual exam to resolve technical conflicts.
  • Clear Error States: The software should provide clear diagnostics if a secondary screen is detected or an unapproved app is running, so students can quickly fix it.
  • Provide Fallbacks: Have clear procedures for when a student's operating system is incompatible (e.g., outdated macOS or Chromebook limitations).

Frequently Asked Questions (FAQs)

Can students bypass browser locks using a second computer?

A browser lock only secures the device on which it is installed. It cannot prevent a student from looking at a secondary mobile phone or textbook next to them. To combat this, browser locks are typically paired with AI proctoring (webcam/microphone monitoring).

Is browser lock safe for student computers?

Yes, reputable browser locks do not access personal files, track history, or act as malware. They only monitor active system processes and screen configurations during the active duration of the exam.

Can students copy-paste their answers from other documents?

By default, copy-paste is disabled to prevent students from pasting pre-written essays. However, administrators can choose to enable copy-paste for specific, accessible exams if necessary.

Knowledge Base HomeWas this article helpful?