anfragment / zen

Simple, free and efficient ad-blocker and privacy guard for Windows, macOS and Linux
https://zenprivacy.net
MIT License
2.12k stars 48 forks source link

$removeparam doesn't remove the utm_source parameter #76

Open anfragment opened 3 months ago

anfragment commented 3 months ago

Description

The rule $doc,removeparam=/^\??utm_.*$/i,domain=~tradedoubler.com|~sendgb.com|~allegro.pl|~tix.axs.com|~transfernow.*|~carrefourpl.snrpage.com|~justdial.com|~pepper.pl from DandelionSprout's URL Shortener should block any utm_* parameters on requests to HTML documents, which it doesn't.

Version

v0.4.0

Operating System

macOS

Steps to Reproduce

  1. Ensure DandelionSprout's URL Shortener is enabled in the settings.
  2. Navigate to a website with any utm_* parameter enabled (e.g. https://bikeshed.com/?utm_source=pocket_saves).

Additional Context

No response