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

Allow *.ppt but block *.pps

jpuder
Level 1
Level 1

Hello,

i will allow MS Powerpoint *.ppt files but will block *.pps files. With the Mime-Type application/powerpoint or application/vnd.ms-powerpoint all Powerpoint-Files will be blocked.
How can i do this ? Is there any way to define a file-extension to be blocked ?

Regards
Jens

2 Replies 2

jowolfer
Level 1
Level 1

Jens,

The only way to block a file extension is to use a custom category and define a regex value.

For your example, you could use:

\.ppt$

...to allow ppt files. Custom URL categories take prescedence over file type blocking.

jpuder
Level 1
Level 1

Thank You, Josh !