mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-14 08:35:52 +00:00
Instead of allowing arbitrarily large values (which could eventually overflow an i32), let's just cap them at the same limit as Firefox does. Found by Domato.