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

Everything about using Adblock Plus on Google Chrome
Post Reply
offir
Posts: 9
Joined: Thu Nov 03, 2016 4:55 pm

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

Post 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.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

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

Post 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.
lewisje
Posts: 2743
Joined: Mon Jun 14, 2010 12:07 pm

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

Post 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
There's a buzzin' in my brain I really can't explain; I think about it before they make me go to bed.
offir
Posts: 9
Joined: Thu Nov 03, 2016 4:55 pm

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

Post 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.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

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

Post 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.
offir
Posts: 9
Joined: Thu Nov 03, 2016 4:55 pm

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

Post 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?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

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

Post 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)
offir
Posts: 9
Joined: Thu Nov 03, 2016 4:55 pm

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

Post 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.)
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

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

Post 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.
offir
Posts: 9
Joined: Thu Nov 03, 2016 4:55 pm

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

Post by offir »

I tried a few other websites from EasyList such as:

http://www.appnext.com/

Is having the same issue, try it.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

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

Post by mapx »

probably was already reported some days ago for other site, see:
https://issues.adblockplus.org/ticket/4599

waiting for the devs opinion..
offir
Posts: 9
Joined: Thu Nov 03, 2016 4:55 pm

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

Post 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?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

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

Post 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)
offir
Posts: 9
Joined: Thu Nov 03, 2016 4:55 pm

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

Post by offir »

Thank you for doing so!

It includes Javascript files as well, not only css.
Post Reply