wrong regex filter

This is where you should report issues arising from the subscription filters.
Locked
dusan
New Member
New Member
Posts: 2
Joined: Fri Jul 07, 2017 1:09 pm

wrong regex filter

Post by dusan »

HTTP request sent to backend server are blocked by EasyList in adblock.
Frontend and backend are on the same server, but on different ports.

Steps to reproduce:
  1. Go to: http://typewrite.org/#/login and try to login
  2. See in console that POST request to http://52.10.248.186:8080/user/login is blocked with reason:
    OPTIONS http://52.10.248.186:8080/user/login net::ERR_BLOCKED_BY_CLIENT
This site does not have any ads implemented.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

it's due to a wrong filter:
https://github.com/easylist/easylist/co ... 5bac15f0dc

temporarily add:
@@/test/initialize$xmlhttprequest,domain=typewrite.org
esterTion
New Member
New Member
Posts: 1
Joined: Fri Jul 07, 2017 2:43 pm

Post by esterTion »

I don't know who submitted these rules, but recent update in EasyList have rules like:

/\:\/\/([0-9]{1,3}\.){3}[0-9]{1,3}/$third-party,xmlhttprequest

Also with a lot similar rules apply to a few domain extensions.
This is blocking a lot things from normal functioning, including my video playing extension.
Need this rule removed from list, thanks.

MOD: Merged.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

see here
https://github.com/easylist/easylist/co ... 5bac15f0dc

add your comment eventually

[mention]fanboy[/mention]
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
dusan
New Member
New Member
Posts: 2
Joined: Fri Jul 07, 2017 1:09 pm

Post by dusan »

Thanks for fix, this was quick :)
Locked