Use the PWB URL filter to allow only a specific web site.
Eable the PWB URL filter by setting the following in the INI file.
[Security]
...
CheckURLAccess=True
#CEF Only
CheckURLMainFrameOnly=True
...
Edit the URL filter file listed in the following INI key to allow only the one domain.
[Files]
...
CheckURLFile=URL.txt
...
For example to keep PWB on the TeamSoftware Solutions web site, put the following in your URLs filter file.
-all
+JavaScript
+About:Blank
+https://www.teamsoftwaresolutions.com
This would keep PWB to only URLs that contain "https://www.teamsoftwaresolutions.com". If you want to get even more restrictive, use the regular expression begins with to only allow URLs that begin with https://www.teamsoftwaresolutions.com.
Here is a link to a post that discusses the PWB filters.
http://teamsoftwaresolutions.com/phpBB2 ... c.php?t=13
--Scott
Limiting a user to one site.
Moderators: Tyler, Scott, General Moderator
Re: Limiting a user to one site.
Thanks Scott. That worked.