Chromium Code Reviews
DescriptionAllow webview guests to skip WAR checks in ShouldAllowOpenURL.
Prior to r429532, the web-accessible resource checks in
ShouldAllowOpenURL were skipped for all schemes other than
HTTP/HTTPS/chrome-extension. After r429532, we've started enforcing
them for most other schemes, but this breaks navigations from webview
guests to webview-accessible app resources whenever those go through
the OpenURL path, since the webview-accessible resource check is done
separately later, in AllowCrossRendererResourceLoadHelper, and
ShouldAllowOpenURL was killing the navigation before it ever got
there.
This CL will return webview guests to the previous behavior.
BUG=691941
Review-Url: https://codereview.chromium.org/2766313002
Cr-Commit-Position: refs/heads/master@{#458959}
Committed: https://chromium.googlesource.com/chromium/src/+/f89e04046aaac44ecad27056fb856c3d6e37370f
Patch Set 1 #
Total comments: 8
Patch Set 2 : lazyboy@'s comments #Patch Set 3 : Devlin's comments #
Dependent Patchsets: Messages
Total messages: 25 (16 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||