I'm testing the Surf Protection feature on the Beta 5.
I like to set up a rule allowing users only access to a given list of pages. So for example I allow the users to access google and IBM and deny the rest. Is it possible?
I tried setting up a WhiteList like this one:
.*\.ibm\..*
.*\.google\..*
But the user is able to go into any page so I added a Black List too, like:
.*
So I assume this was read as allow IBM and Google but deny rest. But if the user try to access IBM or Google receives an messages saying that it is blocked due to the Black List. Any idea????
Thank you