We've defined a role for logins from non-corporate computers. For this role, we need to block downloads from internal web servers. Is it possible to do this? If yes, I'd appreciate some pointers.
Thanks
HB
hmm...
what kind of files do people typically download from your internal webservers? Maybe you can block internal networks by extension and allow all else.
ie:
tcp://10.0.0.0/8:*.exe
tcp://172.16.0.0/12:*.exe
tcp://192.168.0.0/16:*.exe deny