I don't understand this. Doesn't the first Regex cover all the others? Sophos provides this default rule for Sharepoint:
Matching URLs:
^([a-zA-Z0-9.-]*\.)?sharepointonline\.com\/
^cdn\.sharepointonline\.com\/
^privatecdn\.sharepointonline\.com\/
^publiccdn\.sharepointonline\.com\/
^static\.sharepointonline\.com\/
Doesn't ^([a-zA-Z0-9.-]*\.)?sharepointonline\.com\/ basically amount to *.sharepointonline.com/*. Why are the other 4 needed?
Jason
This thread was automatically locked due to age.