I noticed the other day that blocklists really don’t like the word “counter”. I had a bunch of simple demos, one of which was a counter, and it was the only one that didn’t work. Turned out u-block was preventing it from loading.
This is a never-ending problem with web applications that use so-called "routing" (where the client is made to make connections to a variety of URLs, which gets blocked if the URL contains "ad" or similar).
Comments
I noticed the other day that blocklists really don’t like the word “counter”. I had a bunch of simple demos, one of which was a counter, and it was the only one that didn’t work. Turned out u-block was preventing it from loading.
This is a never-ending problem with web applications that use so-called "routing" (where the client is made to make connections to a variety of URLs, which gets blocked if the URL contains "ad" or similar).
That's not called "routing"