inspectrumapp.com

This is where you should report issues arising from the subscription filters.
Locked
mms
New Member
New Member
Posts: 5
Joined: Sat Aug 12, 2017 8:27 pm

inspectrumapp.com

Post 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.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Provide all the steps to reproduce your issue

What "chrome extension" ?
mms
New Member
New Member
Posts: 5
Joined: Sat Aug 12, 2017 8:27 pm

Post 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.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post 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)
mms
New Member
New Member
Posts: 5
Joined: Sat Aug 12, 2017 8:27 pm

Post 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.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post 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
mms
New Member
New Member
Posts: 5
Joined: Sat Aug 12, 2017 8:27 pm

Post by mms »

ok, so can you change it?
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Only the easylist authors can do it (I already contacted an author..)
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

it seems the wrong filter was already removed

update easylist in your adblocker and test again
mms
New Member
New Member
Posts: 5
Joined: Sat Aug 12, 2017 8:27 pm

Post by mms »

hi, i updated the filter list and its still blocking
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post 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.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Locked