-
Notifications
You must be signed in to change notification settings - Fork 38
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
add mail_tracking category #85
Comments
We'll need examples of such trackers |
Tracker: thirdparty.bnc.lt
Tracker: cordial.io
Tracker: sailthru.com
Tracker: customer.io
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;email.imagify.io. IN CNAME.
;; ANSWER SECTION:
email.imagify.io. 3600 IN CNAME e.customeriomail.com.
Letters HTML examples: |
closed by 81fdf50 |
We need to allocate a group for trackers used in email. This will help better manage these trackers and protect privacy in email services.
Problem:
Blocking the tracker completely would prevent the user from clicking on links in emails, which would degrade the user experience. Instead, blocking only the tracking pixel allows to preserve mail functionality while protecting the user from unwanted monitoring.
Suggestion:
To block the tracking pixel in the mail, we need to create rules, for the ad blocker, that will aim to block only pictures. So, we need to create a separate
mail_tracking
category and add an ad blocker rules sheet for this categoryImportant addition:
Inserting images in the mail client is done via proxy, so we should not create rules as domain specific.
Suggestion rule format:
examle.com$image
The text was updated successfully, but these errors were encountered: