Skip to content

Commit

Permalink
Merge pull request #3679 from rook2pawn/https-accept
Browse files Browse the repository at this point in the history
[enhancement] https accept-encoding header brotli for chrome
  • Loading branch information
hueniverse committed Nov 13, 2017
2 parents d7b58c2 + f51c7f1 commit 38c8435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compression.js
Expand Up @@ -12,7 +12,7 @@ const Hoek = require('hoek');
// Declare internals

const internals = {
common: ['gzip, deflate', 'deflate, gzip', 'gzip', 'deflate']
common: ['gzip, deflate', 'deflate, gzip', 'gzip', 'deflate', 'gzip, deflate, br']
};


Expand Down

0 comments on commit 38c8435

Please sign in to comment.