Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webRequest header access changes in Chrome 72 #264

Closed
clarkduvall opened this issue Dec 6, 2018 · 1 comment
Closed

webRequest header access changes in Chrome 72 #264

clarkduvall opened this issue Dec 6, 2018 · 1 comment
Assignees

Comments

@clarkduvall
Copy link

@clarkduvall clarkduvall commented Dec 6, 2018

It looks like Ghostery is accessing or modifying headers that will not be available by default in Chrome 72 (currently on the dev channel). These include:

Request headers:

  • Accept-Language
  • Accept-Encoding
  • Cookie
  • Referer

Response headers:

  • Set-Cookie

To access these headers you will need to add 'extraHeaders' in the extraInfoSpec of the relevant webRequest listeners.

See the post on the chromium-extensions Google Group for more info: https://groups.google.com/a/chromium.org/forum/#!topic/chromium-extensions/vYIaeezZwfQ

@christophertino
Copy link
Member

@christophertino christophertino commented Dec 10, 2018

@clarkduvall thanks for the heads up. It looks like Chrome 72 is due out on Jan 29th so we'll need to get this resolved before then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants