Sunday, 17 July 2016

Chrome Extension get callback from Content Security Policy

Is there anyway to get an alert when chrome activate CSP screen like:

The site ahead contains malware

Attackers currently on XXXXX might attempt to install dangerous programs on your Mac that steal or delete your information (for example, photos, passwords, messages, and credit cards).

var preXhr = new XMLHttpRequest();
preXhr.open("GET", url, true);
preXhr.send();



from Recent Questions - Stack Overflow http://ift.tt/29MI4YJ
via https://ifttt.com/ IFTTT

No comments:

Post a Comment