mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-30 19:37:21 +02: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. (cherry picked from commit 4e0edd42b95abf8ad707c64414dbe618313ce89e)