New issue
Advanced search Search tips

Issue 758656 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Debugger Protocol Network RequestIntercepted Source/Destination Feature Req.

Reported by skob...@gmail.com, Aug 24 2017

Issue description

Was asked to file this by dgozman@chromium.org

The debugger protocol previously had Page.setControlNavigations and Page.processNavigation APIs, which were useful for preventing redirects and unwanted navigation. The preferred API for accomplishing this is now Network.setRequestInterceptionEnabled.

The problem with relying on this API is that there is no way to tell the page that the redirect/navigation request came from, or the target of that request.

For example: if an iframe redirects itself, that is OK, and the request should be allowed. If an iframe tries to redirect the top-level page, however, this may need to be blocked.

Link to conversation thread: https://groups.google.com/forum/#!topic/chrome-debugging-protocol/-v4jAkavho0


 

Comment 1 by rsesek@chromium.org, Aug 25 2017

Components: Platform>DevTools>Platform
Please direct protocol-related questions to https://github.com/ChromeDevTools/devtools-protocol.
Owner: lushnikov@chromium.org
Status: Assigned (was: Unconfirmed)
Owner: caseq@chromium.org

Sign in to add a comment