Bug 199518

Summary: Add fetch quirk for www.bnz.co.nz
Product: WebKit Reporter: youenn fablet <youennf>
Component: Page LoadingAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, cdumez, commit-queue, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Description youenn fablet 2019-07-05 09:03:42 PDT
Add fetch quirk for www.bnz.co.nz
Comment 1 youenn fablet 2019-07-05 09:05:18 PDT
<rdar://problem/52230914>
Comment 2 youenn fablet 2019-07-05 09:06:25 PDT
Created attachment 373499 [details]
Patch
Comment 3 Chris Dumez 2019-07-05 12:04:37 PDT
Comment on attachment 373499 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=373499&action=review

> Source/WebCore/page/Quirks.cpp:97
> +    if (equalLettersIgnoringASCIICase(host, "www.thrivepatientportal.com"))

I would have written this as a single return statement with || conditions.
Comment 4 youenn fablet 2019-07-05 12:45:53 PDT
Created attachment 373526 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2019-07-05 13:13:15 PDT
Comment on attachment 373526 [details]
Patch for landing

Clearing flags on attachment: 373526

Committed r247172: <https://trac.webkit.org/changeset/247172>
Comment 6 WebKit Commit Bot 2019-07-05 13:13:16 PDT
All reviewed patches have been landed.  Closing bug.