URL parameter isn't removed if subdomain is added to exceptions
Please answer the following questions for yourself before submitting an issue
- [x] Filters were updated before reproducing an issue
- [x] I checked the knowledge base and found no answer
- [x] I checked to make sure that this issue has not already been filed
AdGuard version
2.16.4.1870
Browser version
Chrome 136
OS version
macOS 15.4.1
Ad Blocking
AdGuard Base filter, AdGuard Mobile Ads filter
Privacy
AdGuard Tracking Protection filter, AdGuard URL Tracking filter
Social
AdGuard Social Media filter
Annoyances
AdGuard Cookie Notices filter, AdGuard Popups filter, AdGuard Mobile App Banners filter, AdGuard Other Annoyances filter, AdGuard Widgets filter
Security
No response
Other
No response
Language-specific
AdGuard Russian filter
Which DNS server do you use?
Custom DNS
DNS protocol
DNS-over-HTTPS
Custom DNS
Personal AdGuard DNS
What Stealth Mode options do you have enabled?
Block trackers, Hide your search queries, Remove tracking parameters, Self-destruction of third-party cookies, Disable cache for third-party requests, Hide your Referrer from third-parties, Remove X-client-Data header from HTTP request, Protect from DPI
Support ticket ID
No response
Issue Details
Steps to reproduce:
- Go to https://speed.cloudflare.com/ and add the site to exclusion via browser assistant (or add to User filter this rule:
@@||speed.cloudflare.com^$important,document) - Click on "Built with Cloudflare Developer Platform" link in the top right corner
Expected Behavior
AdGuard removes utm_source tracking parameter from URL.
Actual Behavior
utm_source tracking parameter is present in the URL, although Browser Assistant says that page is filtering.
Screenshots
Screenshots
Additional Information
No response
@rakleed Hello!
Please accept our apologies for the delayed response. It appears that the issue has been resolved and can no longer be reproduced in the latest Nightly version, which is available via the following link, https://agrd.io/mac_nightly.
Could you please install it and check whether the issue still persists on your end?
@rakleed Any news on the issue?
@AlexandrPkhm I still could reproduce the problem with 2.18.0.1997 nightly.
@rakleed If the link changes in the following way Video this is considered expected behavior.
The reason is that the referer for the UTM tag is https://speed.cloudflare.com/, and since the referer’s urlblock is bypassed (through a document type exception), the requests are not blocked by the URL filtering module.