New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 831206 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
please use my google.com address
Closed: Apr 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Check failed: IsWebUIAllowedToMakeNetworkRequests(*initiator)

Project Member Reported by lukasza@chromium.org, Apr 10 2018

Issue description

Repro steps:
1. Start with a fresh/clean profile and --site-per-process:
   $ out/rel/chrome --user-data-dir=$HOME/.chrome-kill-unique-number-here --site-per-process
2. Click the user/avator icon in the top-right corner
3. Click "Sign in to Chromium"
4. Sign-in
5. Observe the following crash:

[76021:76032:0410/085007.745554:FATAL:web_request_permissions.cc(109)] Check failed: IsWebUIAllowedToMakeNetworkRequests(*initiator). Unsupported network request from chrome://sync-confirmation/ for https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/s128-c/photo.jpg
#0 0x7fc7e35de40c base::debug::StackTrace::StackTrace()
#1 0x7fc7e36088bb logging::LogMessage::~LogMessage()
#2 0x565094b247d7 IsSensitiveURL()
#3 0x565094b24bc3 WebRequestPermissions::HideRequest()
#4 0x565094b0f176 extensions::ExtensionWebRequestEventRouter::OnBeforeRequest()
#5 0x565094e3410c ChromeNetworkDelegate::OnBeforeURLRequest()
#6 0x7fc7e226b0d1 net::NetworkDelegate::NotifyBeforeURLRequest()
#7 0x7fc7e226b0d1 net::NetworkDelegate::NotifyBeforeURLRequest()
#8 0x7fc7e226b0d1 net::NetworkDelegate::NotifyBeforeURLRequest()
#9 0x7fc7e258e140 net::URLRequest::Start()
#10 0x7fc7e0d5025c content::ResourceLoader::StartRequestInternal()
#11 0x7fc7e0d4fafd content::ResourceLoader::Resume()
#12 0x7fc7e0d4c4e0 content::ResourceLoader::StartRequest()
#13 0x7fc7e0d47ca7 content::ResourceDispatcherHostImpl::StartLoading()
#14 0x7fc7e0d4430f content::ResourceDispatcherHostImpl::BeginRequestInternal()
#15 0x7fc7e0d4389f content::ResourceDispatcherHostImpl::ContinuePendingBeginRequest()
#16 0x7fc7e0d4096c content::ResourceDispatcherHostImpl::BeginRequest()
#17 0x7fc7e0d401e2 content::ResourceDispatcherHostImpl::OnRequestResourceInternal()
#18 0x7fc7e0d47824 content::ResourceDispatcherHostImpl::OnRequestResourceWithMojo()
#19 0x7fc7e0d58aaf content::URLLoaderFactoryImpl::CreateLoaderAndStart()
#20 0x7fc7e0d5245e content::ResourceMessageFilter::CreateLoaderAndStart()
#21 0x7fc7e0635643 network::mojom::URLLoaderFactoryStubDispatch::Accept()



 
rockot@ - could you PTAL?  This has bisected down to r548673.

I hoped that the bisect might shed some light on issue 831082, but at a glance this seems unrelated (confirming that my repro steps didn't match the issue seen in the other bug... :-/).
Owner: roc...@chromium.org
Status: Assigned (was: Untriaged)

Comment 3 by roc...@chromium.org, Apr 10 2018

Cc: droger@chromium.org
Status: Fixed (was: Assigned)
Fixed by https://chromium-review.googlesource.com/c/chromium/src/+/1005035

Sign in to add a comment