Is there a simple (client-side) way to allow web access to one domain only on a machine?
August 3, 2012 11:56 AM Subscribe
Is there a simple (client-side) way to allow web access to one domain only on a machine?
I'm trying to set up a little touchscreen terminal at a business in order to make their site easily available to in-store customers. I figured I'd just set the browser full screen and disable "right" clicking. However, I'm not sure of a way to disallow the site's outbound links.
I don't have the experience/vernacular to do anything beyond the very basics on the server-side of things. So, I'm hoping there might be a software solution for this one computer.
(Also, I don't think a local offline copy of the site would work that well here either -- as it's a relatively frequently updated Wordpress site.)
Besides disabling the extra-domained links, are there any other settings I should consider for this site-specific terminal project? Thanks for your help.
posted by glibhamdreck to technology (4 answers total)
Is this an e-commerce website that accepts payment? If so, stop and do not pass go. PCI violations that you are clearly not qualified to address if you're asking this question. Call an infosec professional to design a deployment architecture.
If you want to get really fancy, you can access the website through mod_proxy for Apache, and rewrite extra-domain links to be null.
posted by bfranklin at 12:06 PM on August 3, 2012