mirror of
https://github.com/gorhill/uBlock.git
synced 2025-01-31 20:21:35 +01:00
d8b6b31eca
Cloud storage is a limited resource, and thus it makes sense to support data compression before sending the data to cloud storage. A new hidden setting allows to toggle on cloud storage compression: name: cloudStorageCompression default: false By default, this hidden setting is `false`, and a user must set it to `true` to enable compression of cloud storage items. This hidden setting will eventually be toggled to `true` by default, when there is good confidence a majority of users are using a version of uBO which can properly handle compressed cloud storage items. A cursory assessment shows that compressed items are roughly 40-50% smaller in size.