You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related issue:
- uBlockOrigin/uBlock-issues#1480
Forward compatiblity was broken due to `externalLists`
being converted into an Array from a string, i.e.
downgrading to uBO 1.32.4 was completely breaking uBO.
This commit restores `externalLists` as a string which
is what older versions of uBO expect.
A new property `importedLists` has been created to
hold the imported lists as an array, while
`externalLists` will be kept around for a while until
it is completely removed in some future.
gorhill
changed the title
After downgrading to 1.32.4, filter lists pane is broken
After downgrading to 1.32.4, uBO is broken
Jan 31, 2021
Related issue:
- uBlockOrigin/uBlock-issues#1480
Forward compatiblity was broken due to `externalLists`
being converted into an Array from a string, i.e.
downgrading to uBO 1.32.4 was completely breaking uBO.
This commit restores `externalLists` as a string which
is what older versions of uBO expect.
A new property `importedLists` has been created to
hold the imported lists as an array, while
`externalLists` will be kept around for a while until
it is completely removed in some future.
Description
As per the title
A specific URL where the issue occurs
moz-extension://74e99578-6a58-4388-8858-0330686faee6/dashboard.html#3p-filters.html
Steps to Reproduce
Install the latest dev-build and update all the filter-lists that may need updating
Downgrade to v1.32.4 and once the downgrade is complete, open the filterlists pane via dashboard and be greeted with this --
extension console --
Your environment
The text was updated successfully, but these errors were encountered: