mirror of
https://github.com/daijro/camoufox.git
synced 2026-08-21 08:01:06 +00:00
22c6ffbdda
screeninfo makes the process per-monitor DPI aware, so it reports physical pixels, while Firefox lays windows out in CSS pixels. At 150% Windows scaling a 1920x1080 panel is 1280x720 CSS px, so bounding the fingerprint by the physical size lets the window open 1.5x larger than the screen. Refs #425