-
Couldn't load subscription status.
- Fork 333
Open
Labels
deprecateBreaking changesBreaking changes
Milestone
Description
We will deprecate @include and @exclude and only support @match and @exclude-match in the future.
- Match pattern structure is safer and stricter, not too many accidents happen.
- It reduces code logic, and may helps improve matching efficiency.
- In the Web Extension API,
include_globsandexclude_globs- Only support
globsinstead of regular expressions. - And Apple never implement these keys in Safari.
- The newer API
scripting.RegisteredContentScriptno longer supports these keys.
- Only support
- Reduce confusion and difficult choices caused by different syntaxes.
We plan to add a deprecation hint in v5 and eventually remove it in v6.0.
Metadata
Metadata
Assignees
Labels
deprecateBreaking changesBreaking changes