I have an application developed in c++ and we're wondering if there's a simple way to track which websites are being opened in a browser (IE, FF, Chrome).
So I'd like to have a rule in the app "if X website is opened do Y".
An example would be: If the user visited a website that's on a list of phishing websites that'd trigger a notification window.
Any ideas?
So I'd like to have a rule in the app "if X website is opened do Y".
An example would be: If the user visited a website that's on a list of phishing websites that'd trigger a notification window.
Any ideas?