URL Filter ignoring regexp rule?
I have the following. A FGT with a policy for internet access that has webfiter and ssl inspection enabled . It runs v5.6.10.
Webfilter is set to allow some Fortiguard (sub)cathegory and not allow the rest.
Additionally theres web rating overrides and for things man cannot cope with a rating override it also includes a web url filter.
This has several working rules for urls.
Now I applied a new rule for https://www.icloud.com/sharedalbum/de-de/#xxxxxxxxx (where xxxxxxxxxx is the album id) as I don't want to allow the complete icloud. Since the Web Url Filer does not accept url that have a "#" in them (even though that's an allowd character in http at least since 1.1) I had to enter that as regexp.
So I set up a regexp rule in url filter with this: .*www\.icloud\.com\/sharedalbum\/de-de\/#xxxxxxxxxx.*
I checked this in a regexp checke online and it said it matches the above url with and without https:// . The action for this rule is set to exempt.
Thus my FGT keeps blocking https://www.icloud.com/sharedalbum/ by cathegory and seems to ignore the regexp in url filter.
Does anyone have some hint for me to find why this happens?