Files
ladybird/Userland/Libraries/LibWeb
Sam Atkins 4c4482c7f6 LibWeb: Ignore unquoted data urls in CSS
Previously we were only ignoring quoted ones (eg `url("data:...")`), so
now we ignore unquoted ones (eg `url(data:...)`) too.
2021-07-31 00:18:11 +02:00
..
2021-07-11 14:14:01 +02:00
2021-07-05 12:39:46 +02:00