philomathic-guy / Malicious-Web-Content-Detection-Using-Machine-Learning

Chrome extension for detecting phishing web sites
https://philomathic-guy.github.io/Malicious-Web-Content-Detection-Using-Machine-Learning/
MIT License
236 stars 76 forks source link

Getting error in popup.js #8

Closed belh-sara closed 5 years ago

belh-sara commented 5 years ago

I'm referring your project, I added your extension in google chrome and when i want too verify if the link is a safe site or not i get this error issue Capture du 2019-04-03 22-27-40 I'm using Python 2.7 and Ubuntu. How to resolve it?

philomathic-guy commented 5 years ago

Can you send the error in detail? I cannot quite deduce what the error is from your screenshot.

belh-sara commented 5 years ago

when i want the extension to deduce if the link is safe or not it showing me this issue11 issue22 and in Extensions, it shows me this error : Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. error caused of this line : popup.js:11 (fonction anonyme) xhr.open("POST","http://localhost/Malicious-Web-Content-Detection-Using-Machine-Learning-master/clientServer.php",false);

I hope that shows you clearly my issue

Jigar6591 commented 5 years ago

I am getting the same error but in "Windows" Environment. Can you please tell me the solution for the same, as I am unable to see the solution above. Thank you

JyothsnaVarrier commented 5 years ago

Did anyone find the solution to this error?

philomathic-guy commented 5 years ago

Being tracked in this issue