New issue
Advanced search Search tips

Issue 876435 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Aug 23
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Show initiator for requests initiated by an extension

Project Member Reported by nrpeter@chromium.org, Aug 21

Issue description

Chrome Version: 68.0.3440.103
OS: Linux

What steps will reproduce the problem?
(1) Add a listener for requests via chrome.webRequest.onBeforeRequest
(2) Make an XHR request from a Google Chrome extension
(3) Look at the initiator field from the onBeforeRequest callback

What is the expected result?
The extension that initiated the request should be set as the initiator.

What happens instead?
The initiator field is not populated.

 
Owner: nrpeter@chromium.org
Status: WontFix (was: Assigned)
Due to upcoming design changes in the webRequest API this changes will not happen.

Sign in to add a comment