Team, I have a customer that is using a web based application (not using Pocket Browser). They are using AppCenter. Is it possible to restrict the users to only the pages of the application (e.g. not google, yahoo, etc)? I'm trying to use the window title restrictions, but without luck.
Is it possible to restrict access to specific webpages using Appcenter?// Expert user has replied. |
1 Replies
My first choice would be a proxy server. But if that is not possible then another solution to this might be to redirect access to a particular site to a different IP.
In a PC this can be done via a Hosts file and in the WM world it looks like this is done via the Reg.
HKEY_LOCAL_MACHINE\Comm\Tcpip\Hosts\
Or there is some freeware that can help with this.
http://www.pocketpcfreeware.com/en/index.php?soft=181
If this works? I have not tested it. This would allow you to direct all www.google.com traffic to a phony site or one of your choosing. The only thing this will not stop them from doing is typing in the IP address of Google as this will give them access to the sites.
Just a thought.