- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2019 06:13 AM
Hi,
Our WSAs are categorising Adobe Air files (.air) as ZIP files and blocking them, as they should in normal circumstances.
I would like to allow the ability of downloading files with the .air extension in the Global Policy, or custom policy if neccessery, without allowing ALL files the WSA categorises as compressed ZIPs.
Is there any way of doing this? Allow cusom MIME type for example.
Thanks in advance!
WSA v11.5.1-115
SMA v11.0.1-152
Solved! Go to Solution.
- Labels:
-
Web Security
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2019 09:59 AM
below example will allow you to do so :
1. create custom URL category and put the apple download URL in the 'sites' box and under Regular Expressions box put expression such as \.air
2. Include that custom URL category to your access policy
3. Set that custom URL category to "Allow" (do not set it to "Monitor" since it will be scanned with the object scanning that you have set to block all .air extension file)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2019 09:59 AM
below example will allow you to do so :
1. create custom URL category and put the apple download URL in the 'sites' box and under Regular Expressions box put expression such as \.air
2. Include that custom URL category to your access policy
3. Set that custom URL category to "Allow" (do not set it to "Monitor" since it will be scanned with the object scanning that you have set to block all .air extension file)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2019 07:15 AM
Hi,
This looks to be working!
Thanks!
