Added info for "$redirect-rule"

As per https://github.com/DandelionSprout/adfilt/issues/63#issuecomment-596079600.
This commit is contained in:
Imre Kristoffer Eilertsen
2020-03-07 13:20:36 +01:00
committed by GitHub
parent 166efdd1eb
commit 889ae48d76
@@ -87,6 +87,7 @@
* `$1p` / `$first-party`: Same as `$~third-party`.
* `$xhr`: Same as `$xmlhttprequest`.
* `$all`: Officially combines all other non-party `$` values. In practice it combines the use of no `$` values at all + `$popup` + `$document`.
* `$redirect-rule`: Similar to `$redirect`, but is only applied if it's already blocked by *another* entry or dynamic rule(set).
### Adblock Plus, Adblock and AdGuard only:
* `$webrtc`: Prevents such resources from being downloaded through the titular JavaScript API. The uBO equivalent seems to be `##+js(nowebrtc)`, but conversion is not done automatically.