Disable hidpi by default

This commit is contained in:
daijro 2025-03-03 22:30:43 -06:00
parent 48ff474745
commit 3c2621d5c0

View file

@ -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!)