[webkit-changes] [WebKit/WebKit] cc22c9: Regression(252759 at main) Unable to log into marcus.com

Chris Dumez noreply at github.com
Thu Oct 27 17:24:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cc22c989e13b3387ad37aa9bdd21e61eb577f159
      https://github.com/WebKit/WebKit/commit/cc22c989e13b3387ad37aa9bdd21e61eb577f159
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2022-10-27 (Thu, 27 Oct 2022)

  Changed paths:
    M Source/WebCore/page/Quirks.cpp

  Log Message:
  -----------
  Regression(252759 at main) Unable to log into marcus.com
https://bugs.webkit.org/show_bug.cgi?id=247153
rdar://101086391

Reviewed by Brian Weinstein.

Extend showModalDialog quirk to marcus.com to work around their geo-blocking
relying on the showModalDialog property existing (somehow). Note that the
property is exposed but is undefined, which is sufficient since they don't
actually call the showModalDialog function.

* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldExposeShowModalDialog const):

Canonical link: https://commits.webkit.org/256081@main




More information about the webkit-changes mailing list