api/analytics

This is where you should report issues arising from the subscription filters.
Locked
chriskohler
New Member
New Member
Posts: 3
Joined: Tue Jan 05, 2021 12:29 pm

api/analytics

Post by chriskohler »

Hi,

We are a workplace analytics company. Our web applications use our api which contains the string "api/analytics".

Code: Select all

*locatee.com/*/api/analytics/

This means that users of our applications who have an add blocker installed can't use our applications since "api/analytics" is blocked:

https://github.com/easylist/easylist/bl ... l.txt#L755

Solutions:

  1. Either allow anything from "locatee.com"
  2. Or make the "api/analytics" more specific

I guess nr 2 would be a lot of work. For nr 1, would it be possible? And if yes, what do we need to provide from our side to make it happen?

Thank you for you support.

User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12232
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Neither option is good. Just disable adblock.

chriskohler
New Member
New Member
Posts: 3
Joined: Tue Jan 05, 2021 12:29 pm

Post by chriskohler »

Hey fanboy,

We don't have the control over our users adblock. So disabling adblock doesn't work for us.

Is there another option?

intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

I don't see /api/analytics/ on locatee.com home page

Locked