AdguardTeam / AdguardTeam/tsurlfilter
Mark rules with `webrtc` option as invalid in the browser extension
- Vorherrschende Sprache
- TypeScript
- Sterne
- 81
- Forks
- 20
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Currently, AdGuard Browser Extension does not understand `$stealth` modifier with `webrtc` option.
If any filter with the `$stealth=webrtc` applied, the request or document will be allowed as a normal exception.
For example, if there is a filter as the following:
```adblock
@@||moeni.net^$document,stealth=webrtc
```
the filter will be converted to:
```adblock
@@||moeni.net^$document
```
Therefore, it causes https://github.com/AdguardTeam/AdguardFilters/issues/169648#issuecomment-1879274118.
Screenshots


Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.