From 3c2621d5c02f91acb2b32a4a627a8352eb83c3dc Mon Sep 17 00:00:00 2001 From: daijro Date: Mon, 3 Mar 2025 22:30:43 -0600 Subject: [PATCH] Disable hidpi by default --- settings/camoufox.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings/camoufox.cfg b/settings/camoufox.cfg index b8112c6..5e7f8e5 100644 --- a/settings/camoufox.cfg +++ b/settings/camoufox.cfg @@ -38,6 +38,9 @@ defaultPref( "https://raw.githubusercontent.com/daijro/camoufox/refs/heads/main/assets/uBOAssets.json" ); +// Disable hidpi by default +defaultPref("layout.css.devPixelsPerPx", 1.0); + // Tweaks that undo Playwright: // Enable content isolation (WAFs can detect this!)