Skip to content

Fixes #157 - Add support for attaching meta data to custom filters

Anton Smirnov requested to merge 157-filters_meta_facade into master

Adjust API to provide meta data setting/getting.

This is 1 of 2 options that we can follow to fix #157 (closed). In this MR it's achieved by reusing "adblockpluscore" functionality to save the filters meta data in both MV2 and MV3. Another option (!291 (merged)) is to save filter meta data for MV3 in webext-sdk-specific way - in Prefs.

The plan is to discuss the options in the team and choose the way to go.

Closes #157 (closed)

Edited by Anton Smirnov

Merge request reports