Page 1 of 1

next.leadconduit.com

Posted: Tue Jul 28, 2020 5:01 pm
by kellym
The recently added filter of

Code: Select all

/events/analytics/*
for chase.com is too aggressive.

Our website (next.leadconduit.com) has an API endpoint at

Code: Select all

/events/analytics
that returns data about events that have happened in our system. These events have nothing to do with privacy -- they're statuses of success/failure on sending data to certain other API endpoints.

I can't provide sample links since it's behind authentication, but I can provide screenshots:

Image
Image

I'm happy to help resolve this issue. Is there anything I can do?

Re: next.leadconduit.com

Posted: Tue Jul 28, 2020 6:11 pm
by LanikSJ
The easiest thing you can do is change the API endpoint name to anything other then

Code: Select all

/events/analytics
If that's not possible you'll need one of the EasyList authors to take a look. Without having a page to test that's going to be very difficult to diagnose.

Re: next.leadconduit.com

Posted: Wed Jul 29, 2020 1:18 am
by fanboy
For the end user @kellym what is the problem? (event monitoring is still considered tracking btw)

Re: next.leadconduit.com

Posted: Thu Jul 30, 2020 7:52 pm
by kellym
I see, sorry. I thought this forum was the proper way to unblock bad regex filters. I think assuming all websites that use an API endpoint "/events/analytics" is an overly aggressive matcher. Analytics of events don't necessarily mean invasion of privacy. This isn't user event tracking. This is literally tracking events that our system generates. We call things in our system "events", and thus anything other than "events/analytics" doesn't make sense.

Changing our API endpoint is an illogical solution. This would be a breaking change for our users. Also, what happens if someone decides that using the word "analytics" is now deemed a privacy concern? These filters can't be so specific unless they're also tied to specific domains.

Re: next.leadconduit.com

Posted: Fri Jul 31, 2020 9:01 am
by fanboy
well, in Easyprivacy we're blocking a lot of "analytics", 1204 filters

Code: Select all

fanboy@Ubuntu:~/git/easylist/easyprivacy$ grep -r analytic * | wc -l
1204