The unlimitedStorage permission has been added in Firefox, to bring uBO inline with the Chromium version. As a result, when uBO updates, Firefox will notify you about the new permission.
Note that the Chromium version of uBO has declared the unlimitedStorage permission since it was first published in 2014.
Firefox is not yet enforcing this permission, but I decided to add it anyways since Firefox states:
Only ask for "unlimitedStorage" permission if you expect your extension's local data storage to exceed 5MB if it's not going to exceed that amount, don't ask for it.
uBO is already using more than 5MB of storage in its basic configuration. uBO's cache storage is used to store filter lists, their compiled counterparts, and snapshots of various internal data structures for fast launch time).
New cosmetic procedural operator: :nth-ancestor(x)
, where x
is the distance from the currently selected node. It is effectively a low-overhead equivalent to :xpath(..[/..]*)
. Example:
##.detLink:has-text(VPN):xpath(../../..)
Could be rewritten with the new operator:
##.detLink:has-text(VPN):nth-ancestor(3)
The new operator has a lower overhead as it avoids the need to create and execute XPath expressions.
Full list of changes and bug fixes.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2019-ff3e69d46f
Please login to add feedback.
This update has been submitted for testing by rathann.
This update has been pushed to testing.
works for me
This update has reached the stable karma threshold and can be pushed to stable now if the maintainer wishes.
This update has been submitted for batched by rathann.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.