Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix improperly unselecting imported lists
Related feedback: - https://www.reddit.com/r/uBlockOrigin/comments/13enzvv/ When assessing which default lists to disable/enable after updating from 1.48.x to 1.49.x, uBO has to ignore imported lists, as these do not have a `off` property -- the non-existence of this property was used to determine whether a list was default or not. There needs to be an extra test for whether the list is imported or not.
- Loading branch information