Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Alex-302 opened this issue Feb 2, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Alex-302
Copy link
Member

Alex-302 commented Feb 2, 2023

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 Alex-302 added the bug Something isn't working label Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants