I want to prevent users of my personal Google Chrome browser from navigating away from the defined homepage except for refreshing the page.
More "for science" than anything else - how can I do this without any coding?
|
I want to prevent users of my personal Google Chrome browser from navigating away from the defined homepage except for refreshing the page. More "for science" than anything else - how can I do this without any coding? | |||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Not sure how well this works (I've never tried it), but Chrome seems to have a kiosk mode:
More details on Chrome's Google Code issues page. Update: Kiosk mode won't prevent navigation to other sites if there are links on the page. The Pentasoft Custom Browser chrome extension allows you to set up a whitelist of domains the browser can access. | |||||
feedback
|
|
This is far more difficult than you imagine. For one, what about hyperlinks? Would you allow redirects? What would you consider "one" site? Do you mean domain? This is far easier in Internet Explorer. Place your one domain in the trusted domains. Everything else under restricted. . . If it is a homepage you control, just shut off the Internet and allow only network connections to your controlled webserver. | |||
feedback
|