This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

regular expression for XG web exceptions

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?



This thread was automatically locked due to age.
Parents
  • Hi,

    you add the ^ in front of your exception. Affect on filtering depends on your exceptions what you have ticked.

    Ian

    XG115W - v20 GA - Home

    XG on VM 8 - v20 GA

    If a post solves your question please use the 'Verify Answer' button.

Reply
  • Hi,

    you add the ^ in front of your exception. Affect on filtering depends on your exceptions what you have ticked.

    Ian

    XG115W - v20 GA - Home

    XG on VM 8 - v20 GA

    If a post solves your question please use the 'Verify Answer' button.

Children
No Data