use cdn for manifest too

This commit is contained in:
Joao Moreno
2016-08-23 08:31:57 +02:00
parent a7190d61e0
commit 9b3d0bb96e
@@ -385,7 +385,7 @@ export class ExtensionGalleryService implements IExtensionGalleryService {
return this.getCommonHeaders()
.then(headers => assign(headers, { 'Accept-Encoding': 'gzip' }))
.then(headers => this.requestService.request({ url, headers }))
.then(headers => this._getAsset({ url, headers }))
.then(context => asJson<IExtensionManifest>(context))
.then(manifest => {
const desc = {