mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
fix: #268 remove the accept header that avoids request with some regiestries
This commit is contained in:
parent
a4c829d836
commit
e7dcf3cc86
@ -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…
Reference in New Issue
Block a user