New issue
Advanced search Search tips

Issue 713259 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

Move renderer side checks for data URL blocking to RenderFrameImpl::DecidePolicyForNavigation

Project Member Reported by mea...@chromium.org, Apr 19 2017

Issue description

Currently 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