mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
fix: #268 remove the accept header that avoids request with some regiestries
This commit is contained in:
parent
a4c829d836
commit
e7dcf3cc86
1 changed files with 0 additions and 1 deletions
|
@ -231,7 +231,6 @@ class ProxyStorage {
|
|||
const headers = {};
|
||||
if (_.isNil(options.etag) === false) {
|
||||
headers['If-None-Match'] = options.etag;
|
||||
headers['Accept'] = 'application/octet-stream';
|
||||
}
|
||||
|
||||
this.request({
|
||||
|
|
Loading…
Add table
Reference in a new issue