mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-02 05:12:11 +03:00
* docs(troubleshooting): document Avast/AVG README.md false positive (#5946) Avast/AVG quarantine the packaged README.md with MD:HttpRequest-inf[Susp] -- a heuristic false positive on the ~15 http://localhost:20128 examples the file carries (README ships via package.json -> files, landing at node_modules/omniroute/README.md). Adds a Troubleshooting section explaining the detection is benign, how to stop the notifications (AV exclusion), how to report the false positive upstream, and why we do not mangle the localhost examples to dodge one vendor heuristic. Documentation only -- no functional change. Reported-by: DemonNCoding * docs(changelog): add fragment for #7295