Files
ladybird/Libraries/LibWeb/Loader
Andreas Kling c0c8d35786 LibWeb: Add more lies to the User-Agent string for compatibility
We recently added "Chrome/140.0.0.0" to our User-Agent string which
fixed an issue with some web servers ignoring or throttling us.

Unfortunately we were still being served crappy version of many
major websites.

This patch improves the situation by adding more lies, specifically
"AppleWebKit/537.36 Safari/537.36". This gives us modern versions
of sites like Google, GMail, Instagram, and many more.
2026-01-26 11:31:42 +01:00
..