Guest User!

You are not Sophos Staff.

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

Regex

Hi,

I would like to create a web exception by regex for a specific Facebook page and its content

As easy as this sounds I am having trouble with the regex I built:

^([A-Za-z0-9.-]*\.)?facebook\.com\/xxx\/([A-Za-z0-9]*)

I would appreciate if anyone can tell me what I am doing wrong.  

^([A-Za-z0-9.-]*\.)?facebook\.com\.?/



This thread was automatically locked due to age.
Parents Reply
  • Well, that explain why your exceptions didn't worked before.

    Without decrypting the traffic the firewall will only be able to see the SNI "www.facebook.com", in order to see the full URL Path you will need to decrypt the TLS connection.

    Are you on v18 or v17.5 ?

Children