Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

chrome 72 にするとpixivの画像ダウンロードが失敗する #189

Open
ginzu opened this issue Feb 1, 2019 · 0 comments
Open
Labels

Comments

@ginzu
Copy link
Collaborator

ginzu commented Feb 1, 2019

onBeforeSendHeadersのオプションにextraHeadersを追加すれば動きますが、推奨されていない行為となります。

以下ドキュメントより抜粋。

https://developer.chrome.com/extensions/webRequest


Starting from Chrome 72, the following request headers are not provided and cannot be modified or removed without specifying 'extraHeaders' in opt_extraInfoSpec:

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

Starting from Chrome 72, the Set-Cookie response header is not provided and cannot be modified or removed without specifying 'extraHeaders' in opt_extraInfoSpec.

Note: Specifying 'extraHeaders' in opt_extraInfoSpec may have a negative impact on performance, hence it should only be used when really necessary.

@ginzu ginzu added the Bug label Feb 1, 2019
typetonk2 added a commit to typetonk2/Ank-Pixiv-Tool that referenced this issue Mar 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant