New issue
Advanced search Search tips

Issue 787173 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 1
Type: Bug



Sign in to add a comment

DevTools: renderer crashes when extraHTTPHeaders have https referer header

Project Member Reported by lushnikov@chromium.org, Nov 21 2017

Issue description

This has been filed downstream in PPTR:
- https://github.com/GoogleChrome/puppeteer/issues/1373

Long story short, the following DevTools protocol script crashes renderer:

  await Network.setExtraHTTPHeaders({referer: 'https://google.com'});
  await Page.navigate('http://example.com');
 

Comment 2 by caseq@chromium.org, Nov 21 2017

Status: Fixed (was: Assigned)

Sign in to add a comment