How to deny downloads by file name
book
Article ID: 169363
calendar_today
Updated On:
Products
Advanced Secure Gateway Software - ASG
ProxySG Software - SGOS
Issue/Introduction
To deny downloads by file name, install CPL such as the following example:
; DENY downloads of files named 'whatsapp.exe'
<proxy>
url.substring=whatsapp.exe denyNote:
- This CPL is not case-sensitive.
- If the website uses HTTPS, you must enable SSL interception for this policy to be effective.
Feedback