Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kaspersky blocks my node.js website images

Tags:

node.js

one user says that İ'm getting error;

Failed to load resource: the server responded with a status of 499 (Request has been forbidden by antivirus) wentworth-miller-14015611293982427.jpg

After that i also installed kaspersky and i got same error code it says that this website harmful for your system , my web site is kimkimdir.tv.

After hours , i found something maybe important , when i enter my web site with ip address

http://146.148.31.90:8080/

There is no any anti-virus problem , what should i do ?

like image 709
Erdi Avatar asked Jun 11 '14 12:06

Erdi


2 Answers

Try disabling Anti Banner feature. it seems antivirus is blocking some specific types of ajax calls.

like image 166
Adeem Avatar answered Sep 21 '22 07:09

Adeem


I faced the same issue with a user having Kaspersky Antivirus which was blocking ajax requests from tag named as bank. Antivirus (mainly Kaspersky) looks for specific words like BANK, etc in your web pages and block ajax calls or other server requests related to those keywords to protect your data. It does same with jQuery files and does not allow them to run citing security issues. Possible solutions - either remove those keywords like bank from the webpage or if it happens with a specific user/users then a browser console error is generated. It can be allowed by clicking on the browser's console error on user end and enabling it from there.

like image 29
Anuj Kumar Chaudhary Avatar answered Sep 23 '22 07:09

Anuj Kumar Chaudhary