I am currently designing a secure bootable linux operating system which will automatically connect to a VPN (through OpenVPN) on start up. The only browsers that can be used are firefox and chrome and what I need to do is check if a user is logged into a VPN when the browser starts, if they are not, I will display a warning message in the browser telling them to be careful etc, otherwise I will just redirect them to our homepage.
I am thinking of a way to do this, could anyone provide any suggestions? Thanks !