diff --git a/lib/common/db_updater.rb b/lib/common/db_updater.rb index 51db5ad1..0204a9df 100644 --- a/lib/common/db_updater.rb +++ b/lib/common/db_updater.rb @@ -22,7 +22,8 @@ class DbUpdater def request_params { ssl_verifyhost: 2, - ssl_verifypeer: true + ssl_verifypeer: true, + accept_encoding: 'gzip, deflate' } end