Advisory: Support Portal Maintenance. Login is currently unavailable, more info available here.
On my UTM firewall I was able to add a web exception like this: ^https?://([A-Za-z0-9.-]*\.)?gstatic\.com/
But on XG 18.0.4 if I try to enter this, I get an error "You must enter a valid domain name"
I was able to slightly modify the regex by removing ^https?:// ... so in other words, this: ([A-Za-z0-9.-]*\.)?gstatic\.com/
But ... what impact does that have on filtering?
Does it still work whether the user tries to go to http or https? Do I leave the ^ off of the beginning?
XG does not have to add the protocol like UTM. It simply work with both protocols regardless. Hence you do not have to put the https into it.
Hi,
you add the ^ in front of your exception. Affect on filtering depends on your exceptions what you have ticked.
Ian
__________________________________________________________________________________________________________________