callpy.com | kallpy.com

This is where you should report issues arising from the subscription filters.
Locked
Moved from EasyList Subscriptions to Report incorrectly removed content on Fri Nov 10, 2017 2:49 pm by intense

Skolopendra
New Member
New Member
Posts: 5
Joined: Fri Nov 10, 2017 1:16 pm

callpy.com | kallpy.com

Post by Skolopendra »

The problem is with sending image files through the chat system.
To inproduce the problem, try to send an image to an operator:

. http://dima.devcallpy.ru/examples/adblock1.png
. http://dima.devcallpy.ru/examples/adblock2.png

Then choose any picture in jpeg/png format and check that browser blocks the request.

The problem is in a rule

Code: Select all

/\:\/\/[a-z0-9]{5,}\.com\/[A-Za-z0-9]{3,}\/$/$script,stylesheet,third-party,xmlhttprequest
This regular expression blocks our requests //callpy.com/upld/ | //kallpy.com/upld/
which are used to send files to server.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Locked