[webkit-reviews] review granted: [Bug 208381] Add quirk to disable to back/forward cache on docs.google.com : [Attachment 391990] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 28 13:42:48 PST 2020


Ryosuke Niwa <rniwa at webkit.org> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 208381: Add quirk to disable to back/forward cache on docs.google.com
https://bugs.webkit.org/show_bug.cgi?id=208381

Attachment 391990: Patch

https://bugs.webkit.org/attachment.cgi?id=391990&action=review




--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 391990
  --> https://bugs.webkit.org/attachment.cgi?id=391990
Patch

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

> Source/WebCore/page/Quirks.cpp:634
> +    if (topURL.protocolIs("https") && equalLettersIgnoringASCIICase(host,
"docs.google.com")) {

Hm... this wouldn't work with Google's hosted apps, would it?


More information about the webkit-reviews mailing list