lundi 3 décembre 2018

How to prevent ad blocker on my site's routes?

In my React web app, which is a content management system, I have an "Advertisers" screen where users can handle an "Advertiser" entity.

This screen interacts with endpoints on my own server (same domain) which contains the word "advertiser", e.g.

GET <domain>/advertiser/31 or GET <domain>/info?advertisers

The problems is that ad blockers are recognizing my routes as harmful and block requests to these routes.

Is there a way to overcome it except for renaming my endpoints?




Aucun commentaire:

Enregistrer un commentaire