From 15ecbec08fd9962d2a386ec6393890c923ce6fa9 Mon Sep 17 00:00:00 2001 From: oneflux Date: Mon, 21 Apr 2025 15:25:46 -0700 Subject: [PATCH] disable grabbing focus in background --- settings/camoufox.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/settings/camoufox.cfg b/settings/camoufox.cfg index 592f509..85cf97a 100644 --- a/settings/camoufox.cfg +++ b/settings/camoufox.cfg @@ -434,9 +434,6 @@ defaultPref("browser.warnOnQuit", false); // Disable ProcessHangMonitor sending data upstream defaultPref("dom.ipc.reportProcessHangs", false); -// Allow the application to have focus even it runs in the background -defaultPref("focusmanager.testmode", true); - // No ICC color correction. We need this for reproducible screenshots. // See https://developer.mozilla.org/en/docs/Mozilla/Firefox/Releases/3.5/ICC_color_correction_in_Firefox. defaultPref("gfx.color_management.mode", 0);