tsurlfilter icon indicating copy to clipboard operation
tsurlfilter copied to clipboard

Stealth mode exclusion does not work if URL part of the rule contains a port number

Open Alex-302 opened this issue 2 years ago • 0 comments

AdGuard 4.1.53 Chrome 109

Steps to reproduce

  1. Disable Base filter
  2. Enable Hide Referrer from third parties in Stealth Mode settings
  3. Go to http://www.dimakids.com/ab6aladrajat04-1426852683-15673.html with opened devtools
  4. Check status of 109.236.92.205 requests - it is 403
  5. Add stealth mode exclusion rule @@||109.236.92.205:8080/*.m3u8$stealth=referrer
  6. Refresh the page.

Actual behavion

Rule is not applied, status of the request above - 403

Expected behavion

Status code is 200

If the rule a bit changed, it works:

  • without a port number @@||109.236.92.205^*/*.m3u8$stealth=referrer
  • without a slash next to a port number @@||109.236.92.205:8080*.m3u8$stealth=referrer

Alex-302 avatar Feb 02 '23 19:02 Alex-302