Added a better check for cross-origin iframes form parsing on iOS.
Iframes with empty "src" property can be cross-origin iframes, which causes DOMException on some websites when the parsing is done. Added a check for accessing frame's window.location.href parameter which is a more trustworthy indicator. Bug: 850388 Change-Id: Id644df4f3790e5ea5e3659964ccd96b378cd70d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066904 Commit-Queue: Maria Kazinova <kazinova@google.com> Reviewed-by:Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#745000}
Showing
Please register or sign in to comment