uBlock/platform/mv3/extension
Raymond Hill 15dae359f7
[mv3] Add support to add/remove rulesets through policies
Related discussion:
https://github.com/uBlockOrigin/uBOL-home/discussions/35#discussioncomment-11157444

New policy setting: `rulesets`
Type: array
Type of array items: string

Each item in the list is a list id (as seen in `rulesets/ruleset-details.json`),
prefixed with either `+` to enable the ruleset, or `-` to disable the ruleset.

Users will not be able to enable or disable rulesets present in the `rulesets`
policy. Disabled rulesets will not appear in the dashboard.

Use `-*` to remove all non-default rulesets, except for those added
using `+[ruleset_id]`.

Additionally, some work has been done to properly handle policy changes in
a non-blocking and deferred manner, as I observed that it often takes long
for calls to `storage.manage.get` to resolve. This potentailly takes care
of the following issue:
https://github.com/uBlockOrigin/uBOL-home/issues/174
2024-11-11 13:20:54 -05:00
..
_locales Import translation work from https://crowdin.com/project/ublock 2024-11-05 09:25:01 -05:00
css [mv3] Add support to add/remove rulesets through policies 2024-11-11 13:20:54 -05:00
img [mv3] Add ability to enable/disable filter lists 2022-09-13 17:44:24 -04:00
js [mv3] Add support to add/remove rulesets through policies 2024-11-11 13:20:54 -05:00
dashboard.html [mv3] Re-word some text for accuracy 2024-08-07 10:03:03 -04:00
managed_storage.json [mv3] Add support to add/remove rulesets through policies 2024-11-11 13:20:54 -05:00
matched-rules.html [mv3] Add a _chat_ icon in popup panel to report filter issues 2024-09-28 14:08:42 -04:00
popup.html [mv3] Add a _chat_ icon in popup panel to report filter issues 2024-09-28 14:08:42 -04:00
report.html [mv3] Add a _chat_ icon in popup panel to report filter issues 2024-09-28 14:08:42 -04:00