Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix spurious rejection of some AdGuard redirect filters
Lines in AdGuard filter lists have trailing `\r` characters, and these caused the redirect engine compile code to reject as invalid the redirect token. This is trivially fixed by trimming the raw option strings before parsing it in the redirect engine.
- Loading branch information