Page 1 of 1

callpy.com | kallpy.com

Posted: Sat Nov 11, 2017 8:41 am
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.

Re: callpy.com | kallpy.com

Posted: Fri Nov 17, 2017 7:16 am
by intense