RESOLVED FIXED 199518
Add fetch quirk for www.bnz.co.nz
https://bugs.webkit.org/show_bug.cgi?id=199518
Summary Add fetch quirk for www.bnz.co.nz
youenn fablet
Reported 2019-07-05 09:03:42 PDT
Add fetch quirk for www.bnz.co.nz
Attachments
Patch (1.46 KB, patch)
2019-07-05 09:06 PDT, youenn fablet
no flags
Patch for landing (1.43 KB, patch)
2019-07-05 12:45 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2019-07-05 09:05:18 PDT
youenn fablet
Comment 2 2019-07-05 09:06:25 PDT
Chris Dumez
Comment 3 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.
youenn fablet
Comment 4 2019-07-05 12:45:53 PDT
Created attachment 373526 [details] Patch for landing
WebKit Commit Bot
Comment 5 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>
WebKit Commit Bot
Comment 6 2019-07-05 13:13:16 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.