LockDown Browser + Little Snitch / Outbound Firewall on Mac

Little Snitch and similar outbound firewalls (LuLu, Radio Silence) intercept network connections from every app on Mac. With default-deny rules, they block LDB's telemetry to Respondus servers. The two failure modes: connection-prompt mid-exam (Little Snitch dialog blocked by kiosk mode) and silent block of telemetry (your Monitor recording never reaches Respondus).

The symptom

Pre-exam: connection prompts from Little Snitch the first time LDB tries to reach Respondus. Mid-exam: dialog appears in front of LDB, intercepted by kiosk mode, triggers a violation event. Post-exam: instructor reports "no Monitor recording" - uploads were silently blocked.

Why it conflicts with LDB

Outbound firewalls implement default-deny for unfamiliar connections. LDB's connection to updates.respondus.com, config.respondus.com, and *.respondus.com is unfamiliar to your firewall on first launch. Without an explicit allow rule, the firewall either prompts or silently denies depending on configuration.

The fix - pre-exam procedure

  1. Open Little Snitch Configuration (or your equivalent).
  2. Add an explicit ALLOW rule:
    • Process: Any
    • Remote: *.respondus.com
    • Port: TCP/443 (HTTPS)
    • Action: Allow
  3. Add a parallel rule for your LMS's domain if you don't have it already (e.g. *.canvas.com, *.blackboard.com).
  4. Test by running your university's practice exam - the system check should complete without firewall prompts.
  5. Verify the Monitor recording uploaded by checking with your instructor (some institutions provide a "recording uploaded" confirmation).

Alternative configurations

Less invasive options if you don't want to add permanent rules:

What NOT to do

Frequently asked questions

Will silent block actually fail my exam?

Depends. The exam interface itself goes through your LMS, not Respondus directly. If Little Snitch blocks Respondus but allows your LMS, you can take the exam - but Monitor recording may not upload, leaving your instructor with no review material. Worst case: instructor flags you for "no recording".

Can I just disable Little Snitch permanently?

You can, but you're using Little Snitch for a reason (privacy/security). The whitelist approach preserves your privacy posture while letting LDB function.

What about the macOS built-in Application Firewall?

Apple's built-in firewall is inbound-only by default. Doesn't affect outbound connections. Doesn't conflict with LDB. Skip the worry.