mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
Disable hidpi by default
This commit is contained in:
parent
48ff474745
commit
3c2621d5c0
1 changed files with 3 additions and 0 deletions
|
|
@ -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!)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue