Chromium Code Reviews
DescriptionComplete UI thread blob/filesystem URL blocking and remove IO thread check.
This CL adds one missing bit of our nested URL checks to
ExtensionNavigationThrottle: for apps that have a <webview>
permission, ensuring that only guest processes should be allowed
access to the nested URLs. Previously this check lived in
ChromeExtensionsNetworkDelegateImpl::OnBeforeURLRequest, which was
incompatible with PlzNavigate and caused a test
(NestedURLNavigationsToAppBlocked) to be disabled with PlzNavigate.
Now that the nested URL checks are in sync on the IO and UI threads,
and there are no differences for these checks in our branches, remove
the IO thread checks in ChromeExtensionsNetworkDelegateImpl.
BUG=656752
Patch Set 1 #Patch Set 2 : Remove unnecessary headers #
Total comments: 6
Messages
Total messages: 13 (9 generated)
|
|||||||||||||||||||||||||||||||||||||