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
  • FormerMember
    0 FormerMember in reply to pulc001

    Hi ,

    With the regex you configured, are you able to access the other pages on Facebook? 

    How about adding the following entry? 

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

    Can you provide the entire URL for the page you’re trying to configure the exception? 

    Thanks,

Children