Skip to content

Commit

Permalink
[enhancement] https accept-encoding header brotli for chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
rook2pawn committed Nov 13, 2017
1 parent d7b58c2 commit f51c7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compression.js
Original file line number Diff line number Diff line change
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 f51c7f1

Please sign in to comment.