cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1544
Views
0
Helpful
2
Replies

Allow custom file extension .air

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

 

 

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

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)

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

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)

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hi,

 

This looks to be working!

 

Thanks!