Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #283 from kevinvanrijn/fix-accept-encoding
Browse files Browse the repository at this point in the history
Fix invalid Accept-Encoding
  • Loading branch information
codemanki committed Nov 15, 2019
2 parents eadc9d4 + 0f9bd1b commit f61ad17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"User-Agent": null,
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
"Accept-Language": "en-US,en;q=0.8",
"Accept-Encoding": "gzip, deflate, , br"
"Accept-Encoding": "gzip, deflate, sdch, br"
}
},
{
Expand Down

0 comments on commit f61ad17

Please sign in to comment.