uBlock/platform/mv3/extension/css
Raymond Hill aa05cb32c6
[mv3] Implement strict blocking
Related issue:
https://github.com/uBlockOrigin/uBOL-home/issues/214

This implements basic functionality for strict blocking, i.e. the
ability to block navigation to undesirable websites. This is a
first implementation, which converts only filters that are plain
hostnames.

Unlike with uBO, it is not possible to know from which ruleset a
blocking rule originates. Nonetheless, users will have to make a
choice as to whether navigation should proceed or not.

A setting has been added to the dashboard to wholly enable/disable
strict blocking. It is enabled by default.

Potential future improvements, pending investigation on feasability
in an MV3 framework:
- Extend coverage to explicit `document` filters
- Leverage and use `urlskip=` filters in the blocking page in order
  to proceed while bypassing unwanted redirects.
2024-12-03 16:41:34 -05:00
..
dashboard-common.css [mv3] Code review re. re-worked dashboard 2024-11-18 10:16:01 -05:00
dashboard.css [mv3] Code review re. re-worked dashboard 2024-11-18 10:16:01 -05:00
filtering-mode.css [mv3] Add ability for admins to disable features 2024-11-23 13:17:13 -05:00
matched-rules.css [mv3] Add minimal ability to diagnose ruleset issue 2024-07-29 14:54:46 -04:00
popup.css [mv3] Add ability for admins to disable features 2024-11-23 13:17:13 -05:00
settings.css [mv3] Implement strict blocking 2024-12-03 16:41:34 -05:00
strictblock.css [mv3] Implement strict blocking 2024-12-03 16:41:34 -05:00