Page 1 of 1

inspectrumapp.com

Posted: Sat Aug 12, 2017 8:33 pm
by mms
Hi,
Im running Ad Block and for some reason requests to my site (login through chrome extension) is being blocked by easylist filter list. the url is https://inspectrumapp.com/verified/
can you tell me what the reason is or can you change it?

thanks.

Re: inspectrumapp.com

Posted: Sat Aug 12, 2017 8:42 pm
by intense
Provide all the steps to reproduce your issue

What "chrome extension" ?

Re: inspectrumapp.com

Posted: Sun Aug 13, 2017 9:32 am
by mms
Hi, Its a chrome extension Im developing (its not in the store yet) which sends a cross origin request to my website to verify that the user is logged in. so on any website i try it for example :

1. go to

Code: Select all

https://stackoverflow.com/questions/5822256/error-web-console-uncaught-typeerror-cannot-call-method-getitem-of-null-at-h
2. click on the extension which sends an ajax request to my site, then i see the following error:
GET https://inspectrumapp.com/verified/ net::ERR_BLOCKED_BY_CLIENT
3. Under the Sources panel i can see the error :
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
for this block of code:
try {
// Do send the request (this may raise an exception)
xhr.send( options.hasContent && options.data || null );
}
can you whitelist the site ? when I turn off the filter it works.

Re: inspectrumapp.com

Posted: Sun Aug 13, 2017 9:41 am
by intense
You should check the logger of your adblocker (ABP ? uBo ?) and see what's blocked / what filters are triggered.

Alternatively, you could provide your unpacked extension (this way the easylist authors could test your issue - without testing themselves no filter will be added to the official lists)

Re: inspectrumapp.com

Posted: Thu Aug 24, 2017 2:56 pm
by mms
Hi,

Steps to reproduce:
1. Adblock extension (offered by getadblock.com) installed on Chrome
https://chrome.google.com/webstore/deta ... kkbiglidom

2. Download my extension:
https://chrome.google.com/webstore/deta ... kccmphkapd
3. Go to any website, for example -
https://stackoverflow.com/questions/185 ... -angularjs
4. Click on the extension - then you will see the request is being blocked.

the problem originates from easy list filter:
1. Go to Ad block settings (AD block -> Options -> Filter Lists -> uncheck Easy List)
2. Go back to the wesbite, the request is being sent.

Re: inspectrumapp.com

Posted: Thu Aug 24, 2017 3:28 pm
by intense
yep, needing:
@@||inspectrumapp.com/verified/*$xmlhttprequest

"wrong" easylist filter:
/\:\/\/[a-z0-9]{5,}\.com\/[A-Za-z0-9]{3,}\/$/$script,stylesheet,third-party,xmlhttprequest

Re: inspectrumapp.com

Posted: Thu Aug 24, 2017 3:38 pm
by mms
ok, so can you change it?

Re: inspectrumapp.com

Posted: Thu Aug 24, 2017 3:40 pm
by intense
Only the easylist authors can do it (I already contacted an author..)

Re: inspectrumapp.com

Posted: Thu Aug 24, 2017 4:35 pm
by intense
it seems the wrong filter was already removed

update easylist in your adblocker and test again

Re: inspectrumapp.com

Posted: Sun Aug 27, 2017 8:41 am
by mms
hi, i updated the filter list and its still blocking

Re: inspectrumapp.com

Posted: Mon Aug 28, 2017 8:20 am
by intense
Right: the easylist author [mention]fanboy[/mention] has been notified.

If nobody will care to fix this issue, well, you could think to change (rename) that xmlhttprequest request.

Re: inspectrumapp.com

Posted: Mon Aug 28, 2017 6:33 pm
by intense