Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6995ccc4ca454b47c78e84ac2729ab7043545c99
https://github.com/WebKit/WebKit/commit/6995ccc4ca454b47c78e84ac2729ab7043545c99
Author: Karl Dubost <[email protected]>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M Source/WebCore/loader/FrameLoader.cpp
Log Message:
-----------
www.easyjet.com - Add Quirks to see flight map
https://bugs.webkit.org/show_bug.cgi?id=274374
rdar://126452111
Reviewed by Brent Fulgham.
EasyJet website has a map system which is dependent on Bing.
This call to bing doesn't work when the user agent is Safari, but is
working correctly what the user agent is switched to Firefox or Chrome.
So all requests to easyjet double check if there is a secondary call to
bing and overrides it with a Firefox User Agent.
Note: That the solution would be more elegant if there was a unified
system for user agent override, hence the FIXME.
* Source/WebCore/loader/FrameLoader.cpp:
(WebCore::FrameLoader::userAgent const):
Canonical link: https://commits.webkit.org/292922@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes