Hi All,
I have been given the task of trying to block uploads to Dropbox but allow users to be able to download sent links.
This is not an easy task as the Website and application uses port 443. If we use application control then this block the website too.
I can block the clients on the computers via GPO which leaves only users logging onto the website and uploading files.
I have noticed that generated links from Dropbox use the same start https://www.dropbox.com/s/****** but am waiting for Dropbox to confirm this.
If I was to do a Regex for https://www.dropbox.com/s/ (^https?://([A-Za-z0-9.-]*\.)?dropbox\.com/s/) to allow and another https://www.dropbox.com (^https?://([A-Za-z0-9.-]*\.)?dropbox\.com/) to block all other Dropbox will that allow links to be downloaded but block any other Dropbox sites?
Which list does it process first in the filter actions, block or allow?
Which list does it process first in the exceptions, block or allow?
Cheers
Isaac
This thread was automatically locked due to age.