1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
uBlock/platform/mv3/extension/js
Raymond Hill 985ea24e82
[mv3] Add support for redirect= filters
This adds support for `redirect=` filters. As with `removeparam=`
filters, `redirect=` filters can only be enforced when the
default filtering mode is set to Optimal or Complete, since these
filters require broad host permissions to be enforced by the DNR
engine.

`redirect-rule=` filters are not supported since there is no
corresponding DNR syntax.

Additionally, fixed the dropping of whole network filters even though
those filters are still useful despite not being completely
enforceable -- for example a filter with a single (unsupported) domain
using entity syntax in its `domain=` option should not be wholly
dropped when there are other valid domains in the list.
2022-10-16 12:05:24 -04:00
..
scripting [mv3] General code review 2022-10-15 13:05:20 -04:00
about.js [mv3] Add ability to enable/disable filter lists 2022-09-13 17:44:24 -04:00
background.js [mv3] General code review 2022-10-15 13:05:20 -04:00
dashboard-common.js [mv3] Add ability to enable/disable filter lists 2022-09-13 17:44:24 -04:00
dashboard.js [mv3] Introduce per-site filtering modes in lieu of per-site toggle switch 2022-10-10 12:28:24 -04:00
dom.js [mv3] Add support for removeparam= filter option 2022-09-29 19:51:33 -04:00
ext.js [mv3] Add ability to enable/disable filter lists 2022-09-13 17:44:24 -04:00
fetch.js [mv3] Add support for specific cosmetic filtering 2022-09-15 13:14:08 -04:00
mode-manager.js [mv3] Introduce per-site filtering modes in lieu of per-site toggle switch 2022-10-10 12:28:24 -04:00
popup.js [mv3] Add support for redirect= filters 2022-10-16 12:05:24 -04:00
ruleset-manager.js [mv3] Add support for redirect= filters 2022-10-16 12:05:24 -04:00
scripting-manager.js [mv3] General code review 2022-10-15 13:05:20 -04:00
settings.js [mv3] Add support for redirect= filters 2022-10-16 12:05:24 -04:00
storage.js [mv3] Add ability to enable/disable filter lists 2022-09-13 17:44:24 -04:00
utils.js [mv3] General code review 2022-10-15 13:05:20 -04:00