Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit 358451b

Browse files
author
Anton Backer
committed
Accept-encoding: gzip for manifest.json
1 parent 1b56db1 commit 358451b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/manifestTools/manifestLoader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ var constants = require('../constants'),
1717
var request = request.defaults({
1818
followAllRedirects: true,
1919
encoding: null,
20+
gzip: true,
2021
jar: false,
2122
headers: {
2223
'Accept': 'text/html, application/xhtml+xml, */*',

0 commit comments

Comments
 (0)