Page 1 of 1

Adblock Blocks my site when it's not third party.

Posted: Thu Nov 03, 2016 5:16 pm
by offir
When I go to

Code: Select all

http://www.apptap.com/
with Adblock on my Chrome browser it blocks my css + js Files from loading.

It appears that my website is in easylist filter as third party, but when a user tries to come to my site Directly Adblock shouldn't block all the requests that are being sent.

Adblock should check the current domain of the website and let it loads the needed resources.

Think about all the websites in that list that are not displayed properly because of it, such a waste, please fix it.

Re: Adblock Blocks my site when it's not third party.

Posted: Thu Nov 03, 2016 6:09 pm
by mapx
I get no js / css blocked on that site.
Disable ABP and test again, could be some other extension is blocking your site.

Re: Adblock Blocks my site when it's not third party.

Posted: Thu Nov 03, 2016 6:09 pm
by lewisje
Which ad-blocker are you using? (There are extensions called AdBlock and Adblock Plus, and they are distinct.) Also, what does the logger say? What filter-lists and custom filters do you use?

With that said, I don't see a problem when going to apptap.com

Re: Adblock Blocks my site when it's not third party.

Posted: Sun Nov 06, 2016 9:33 am
by offir
lewisje wrote:Which ad-blocker are you using? (There are extensions called AdBlock and Adblock Plus, and they are distinct.) Also, what does the logger say? What filter-lists and custom filters do you use?

With that said, I don't see a problem when going to apptap.com
Hi,
I am using AdBlock Plus: https://chrome.google.com/webstore/deta ... cddilifddb

These are the filter I have for it: Image

Open a new tab in Chrome,
go to http://www.apptap.com/ (don't open dev tools) , I get in the console
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
for the CSS and the JS file.

Take a look: Image

Download the image to see the files it blocks and scroll to the right.

Re: Adblock Blocks my site when it's not third party.

Posted: Sun Nov 06, 2016 9:51 am
by mapx
@offir, I asked you above to disable ABP and test again. Just to be sure other extensions are not "guilty".

Check also your custom filters if you have some wrong filter.

Re: Adblock Blocks my site when it's not third party.

Posted: Sun Nov 06, 2016 10:09 am
by offir
Of course I have tried it. It's 100% ADP, It's because our website is in this list:

https://easylist.to/easylist/easylist.txt

When I disable this filter in adblock plus the site upload properly.

Now that you know that it's 100% ADP fault, what do you suggest to do?

Re: Adblock Blocks my site when it's not third party.

Posted: Sun Nov 06, 2016 10:17 am
by mapx
As I said, I can't reproduce your issue.
the filter
||apptap.com^$third-party

means only stuff from your apptap site will be bloked on other sites / pages (third-party) but not on the apptap site.

use the indications here:
forum/viewtopic.php?f=10&t=43791

and post a screenshot with the blocked items (select the blocked items at top on the lfet of ABP panel)

Re: Adblock Blocks my site when it's not third party.

Posted: Sun Nov 06, 2016 10:33 am
by offir
I tried that, but when using F12( developer mode) the site loads properly from some reason and there is nothing in the Blockable table regarding to it.

It happens in all the computers in our company(Our Q.A opened a bug for it.)

Re: Adblock Blocks my site when it's not third party.

Posted: Sun Nov 06, 2016 10:35 am
by mapx
yeah, I managed to reproduce your issue.
if you add
@@||apptap.com^$stylesheet

all is working fine. The strange thing is no filter is blocking the css.

Probably is an issue / regression in ABP code.

Re: Adblock Blocks my site when it's not third party.

Posted: Sun Nov 06, 2016 10:39 am
by offir
I tried a few other websites from EasyList such as:

http://www.appnext.com/

Is having the same issue, try it.

Re: Adblock Blocks my site when it's not third party.

Posted: Sun Nov 06, 2016 10:39 am
by mapx
probably was already reported some days ago for other site, see:
https://issues.adblockplus.org/ticket/4599

waiting for the devs opinion..

Re: Adblock Blocks my site when it's not third party.

Posted: Sun Nov 06, 2016 10:43 am
by offir
It's the exact same thing we are having, good job for finding that.

Is there a way to join to that issue?

Re: Adblock Blocks my site when it's not third party.

Posted: Sun Nov 06, 2016 10:47 am
by mapx
I added my comment there with all the steps to reproduce the issue.

You can register on bug tracker and add your comment (then I'll add you to the cc list)

Re: Adblock Blocks my site when it's not third party.

Posted: Sun Nov 06, 2016 10:51 am
by offir
Thank you for doing so!

It includes Javascript files as well, not only css.