Remove Emarsys / Scarab trackers from URLs #43077
Labels
OS/Android
Fixes related to Android browser functionality
OS/Desktop
priority/P3
The next thing for us to work on. It'll ride the trains.
privacy/query-filter
QA Pass - Android ARM
QA Pass-Win64
QA/Yes
release-notes/include
Milestone
Following a link in an email, I was taken to the following page:
https://www.icebreaker.com/fr-ca/mens?sc_src=email_3666939&sc_lid=351971079&sc_uid=PFS...Ca&sc_llid=2508&sc_eh=6b24421b86660dd01
.These parameters come from Emarsys Web Extend. Based on their official docs:
it looks like:
sc_customer
is a customer IDsc_eh
is an email hashThe
sc_
prefix stands for Scarab Cloud the original company which developed this technology before the Emarsys (2013) then SAP (2020) acquisitions.The unsubscribe link I found in the email was:
https://preferences.icebreaker.com/unsubscribe/index.html?uid=PFS...Ca&cid=4039519&llid=4634&language=ca_fr&sc_src=email_4039519&sc_lid=389204031&sc_uid=PFS...Ca&sc_llid=4634&sc_eh=6b24421b86660dd01
but it looks like the
sc_
-prefixed parameters are superfluous since the following works fine:https://preferences.icebreaker.com/unsubscribe/index.html?uid=PFS...Ca&cid=4039519&llid=4634&language=ca_fr
and only the user ID (
uid
) and the list ID (llid
) are needed.We should remove these parameters since they are designed to identify individuals:
sc_customer
sc_eh
sc_uid
The text was updated successfully, but these errors were encountered: