Trying to block download of specific file types using Content Awareness.
I have two rules in Content Awareness for this:
One that blocks downloads based on filename:
.*\.dmg$|.*\.rpm$|.*\.bat$
Another that blocks executables and archives:
Although I see that different file extensions are getting blocked, I can't see any .bat files getting blocked.
When I test using https://mytool.dev/code-editor/bat
I can always Download the .bat file.
I don't see anything in the SmartConsole logs.
I see that the site is getting HTTPS inspected.
Version is 81.20 Take 89
I have TLS1.3 inspection enabled and changed HI to Hold mode. The issue is still there.
I don't know how to go about troubleshooting this.