Move renderer side checks for data URL blocking to RenderFrameImpl::DecidePolicyForNavigation |
|
Issue descriptionCurrently this check is made in FrameLoader::PrepareForRequest() and requires plumbing to content for checking data URLs used in error pages. Moving the check to RenderFrameImpl::DecidePolicyForNavigation() does away with blink changes, but it currently breaks RenderViewTest::LoadHTML(). |
|
►
Sign in to add a comment |
|