Bug 222978 - [WPE][GTK] Introduce NeedsUnbrandedUserAgent quirk and use it for accounts.google.com, docs.google.com, and drive.google.com
Summary: [WPE][GTK] Introduce NeedsUnbrandedUserAgent quirk and use it for accounts.go...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
: 222911 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-03-09 08:32 PST by Michael Catanzaro
Modified: 2021-07-30 06:47 PDT (History)
4 users (show)

See Also:


Attachments
Patch (15.83 KB, patch)
2021-03-09 10:08 PST, Michael Catanzaro
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2021-03-09 08:32:45 PST
This is a follow-up to bug #222039. I simplified our Google user agent quirks too much in that bug, breaking accounts.google.com, docs.google.com, and drive.google.com for clients that set application name and version in the user agent. What we really need here is an empty quirk in order to ensure our most boring standard user agent is used without any application branding or customizations. But we no longer need to fake platform or browser, as was required in the past.
Comment 1 Michael Catanzaro 2021-03-09 10:08:15 PST
Created attachment 422722 [details]
Patch
Comment 2 EWS 2021-03-10 06:29:52 PST
Committed r274210: <https://commits.webkit.org/r274210>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 422722 [details].
Comment 3 Michael Catanzaro 2021-07-30 06:47:02 PDT
*** Bug 222911 has been marked as a duplicate of this bug. ***