-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uBlock use a MAX_DISK_USE setting not request "Unlimited storage" #490
Comments
You control the disk usage of uBO through the number of filter lists you select. uBO informs you of the amount of storage in use in its Settings page in its dashboard --- use the information to make decision about your choice of filter lists, custom filters, rules. |
By the way, if you really want Firefox to let you pick the maximum amount of storage an extension is allowed to use, you will have to open an issue for this with Firefox developers. Currently all extensions are free to use as much storage as they wish, even without declaring Even with the new permission, in its default state uBO is not allowed to use as much storage as it wishes, it's limited by the browser heuristic for indexedDB's which if I remember correctly is roughly 10% of available disk storage. This limit has caused issue in the past hence why LZ4 compression was integrated into uBO. |
Yet you feel comfortable using uBO on Chromium where this permission has existed since the beggining, this is the problem with today's users. Add one new permission that rectify another potential issue and everybody goes up in arms.
There's no such option or an API like that in Chromium or in Firefox fyi. |
What is the purpose of this new permissions request? What issue mandated its inclusion? |
It's all explained in the Release Notes. Locking due to pointlessly asking what is already explained in details. |
Prerequisites
Description
With the new firefox 67.0b5 (64-bit) the uBlock plugins asks for "Unlimited Storage" now that we have these NEW Permissions.
While it is good that apps check -- I feel strongly that this query should be a prompt for a finite number as the answer to this sort of question.
I have checked this PC's use of the disk = almost 8MB
It also should be something the plugin must put on an options page so that the number can be changed. And then you or firefox can ask if 10MB is OK for blocking storage.
This can be similar to the size of the cache firefox uses. I do not feel comfortable giving a blank cheque to any plugin. Thee can be bugs and discovering that a plugin has eaten up a disk-drive would be extremely difficult to identify. Plugins should decide how much disk they might/should allocate or allow for. And that can be changed by the customer.
A specific URL where the issue occurs
https://support.mozilla.org/en-US/kb/permission-request-messages-firefox-extensions?as=u&utm_source=inproduct
Steps to Reproduce
Expected behavior:
Prompt for an actual number to store as an option MAX_DISK_USE
Actual behavior:
Requests unlimited storage
Your environment
The text was updated successfully, but these errors were encountered: