AdguardTeam / CoreLibs

Core Adguard libraries
https://adguard.com/
Apache License 2.0
40 stars 7 forks source link

Remove tracking parameter issue #1090

Closed ameshkov closed 5 years ago

ameshkov commented 5 years ago

@PentagramTr commented on Fri Aug 16 2019

Issue Details

Remove tracking parameters feature does not work on some links on this site.

https://forum.donanimhaber.com/

Actual Behavior

Links still have tracking parameters.

Additional Information

Click for links with tracking parameters.

https://forum.donanimhaber.com//mesaj/yonlen/139587433

Screenshot: ![forum donanimhaber com(5)](https://user-images.githubusercontent.com/34379403/63181305-5a879200-c058-11e9-825d-2e6747271173.png)

After clicking

https://urun.gittigidiyor.com/cep-telefonu-ve-aksesuar/xiaomi-redmi-note-6-pro-32-gb-siyah-cift-sim-cep-telefonu-466480899?ga_prodid=466480899&scxid=14489-145823-2357-0&utm_source=DonanimHaber&utm_medium=referral&utm_campaign=DonanimHaber&utm_content=standard&v=0.66.8


https://forum.donanimhaber.com//mesaj/yonlen/139559635

Screenshot: ![forum donanimhaber com](https://user-images.githubusercontent.com/34379403/63181564-f2857b80-c058-11e9-98d5-6656a5c3424b.png)

After clicking the link still has the parameter.

https://www.istanbulbilisim.com/nikon-d3500-18-55mm-vr-fotograf-makinesi-fiyati-288257.html?refid=cimri&utm_source=Cimri.com&utm_medium=Cimri.com%20&utm_campaign=Cimri.com


https://forum.donanimhaber.com//mesaj/yonlen/138909201

Screenshot: ![forum donanimhaber com(3)](https://user-images.githubusercontent.com/34379403/63183673-3f1f8580-c05e-11e9-86d0-8d4d98281756.png)

https://teklif.sbm.org.tr/trm-teklif/public/trafikTeklifYenileme/sorgu.sbm?amp;utm_medium=referral&utm_source=DonanimHaber

ameshkov commented 5 years ago

We don't handle & properly

vshlobinag commented 5 years ago

core/pull-requests/1483

sfionov commented 5 years ago

We don't handle & properly

@ameshkov We don't handle & because don't need to do it:

ameshkov commented 5 years ago

@sfionov yeah, it seems you're right.

ameshkov commented 5 years ago

Closing this for now. We should handle complicated cases like this later as a part of this task: https://github.com/AdguardTeam/CoreLibs/issues/485